class Amazonite::Iam::Group

Overview

Contains information about an IAM group entity.

This data type is used as a response element in the following operations:

Defined in:

iam/group.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(path : String, group_name : String, group_id : String, arn : String, create_date : Time) #

[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 #

The Amazon Resource Name (ARN) specifying the group. For more information about ARNs and how to use them in policies, see IAM identifiers in the IAM User Guide.


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

The Amazon Resource Name (ARN) specifying the group. For more information about ARNs and how to use them in policies, see IAM identifiers in the IAM User Guide.


[View source]
def create_date : Time #

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


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

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


[View source]
def group_id : String #

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) #

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 #

The friendly name that identifies the group.


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

The friendly name that identifies the group.


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

See Object#hash(hasher)


def path : String #

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


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

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]