class Amazonite::Iam::GroupDetail

Overview

Contains information about an IAM group, including all of the group's policies.

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

Defined in:

iam/group_detail.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(path : String | Nil = nil, group_name : String | Nil = nil, group_id : String | Nil = nil, arn : String | Nil = nil, create_date : Time | Nil = nil, group_policy_list : Array(PolicyDetail) | Nil = nil, attached_managed_policies : Array(AttachedPolicy) | 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 arn : String | Nil #

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

[View source]
def attached_managed_policies : Array(AttachedPolicy) | Nil #

A list of the managed policies attached to the group.


[View source]
def attached_managed_policies=(attached_managed_policies : Array(AttachedPolicy) | Nil) #

A list of the managed policies attached to the group.


[View source]
def create_date : Time | Nil #

The date and time, in ISO 8601 date-time format, when the group was created.


[View source]
def create_date=(create_date : Time | Nil) #

The date and time, in ISO 8601 date-time format, when the group was created.


[View source]
def group_id : String | Nil #

The stable and unique string identifying the group. For more information about IDs, see IAM identifiers in the IAM User Guide.


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

The stable and unique string identifying the group. For more information about IDs, see IAM identifiers in the IAM User Guide.


[View source]
def group_name : String | Nil #

The friendly name that identifies the group.


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

The friendly name that identifies the group.


[View source]
def group_policy_list : Array(PolicyDetail) | Nil #

A list of the inline policies embedded in the group.


[View source]
def group_policy_list=(group_policy_list : Array(PolicyDetail) | Nil) #

A list of the inline policies embedded in the group.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def path : String | Nil #

The path to the group. For more information about paths, see IAM identifiers in the IAM User Guide.


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

The path to the group. For more information about paths, see IAM identifiers in the IAM User Guide.


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

[View source]
def validate! : Nil #

[View source]