class Amazonite::Iam::PolicyDetail

Overview

Contains information about an IAM policy, including the policy document.

This data type is used as a response element in the GetAccountAuthorizationDetails operation.

Defined in:

iam/policy_detail.cr

Constructors

Instance Method Summary

Constructor Detail

def self.from_xml(node : XML::Node) : self #

[View source]
def self.new(policy_name : String | Nil = nil, policy_document : String | Nil = nil) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def policy_document : String | Nil #

The policy document.


[View source]
def policy_document=(policy_document : String | Nil) #

The policy document.


[View source]
def policy_name : String | Nil #

The name of the policy.


[View source]
def policy_name=(policy_name : String | Nil) #

The name of the policy.


[View source]
def to_query_params(prefix : String) : Array(Tuple(String, String)) #

[View source]
def validate! : Nil #

[View source]