class
Amazonite::Iam::Group
- Amazonite::Iam::Group
- Reference
- Object
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.crConstructors
- .from_xml(node : XML::Node) : self
- .new(path : String, group_name : String, group_id : String, arn : String, create_date : Time)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#arn : String
The Amazon Resource Name (ARN) specifying the group.
-
#arn=(arn : String)
The Amazon Resource Name (ARN) specifying the group.
-
#create_date : Time
The date and time, in ISO 8601 date-time format, when the group was created.
-
#create_date=(create_date : Time)
The date and time, in ISO 8601 date-time format, when the group was created.
-
#group_id : String
The stable and unique string identifying the group.
-
#group_id=(group_id : String)
The stable and unique string identifying the group.
-
#group_name : String
The friendly name that identifies the group.
-
#group_name=(group_name : String)
The friendly name that identifies the group.
-
#hash(hasher)
See
Object#hash(hasher) -
#path : String
The path to the group.
-
#path=(path : String)
The path to the group.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
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.
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.
The date and time, in ISO 8601 date-time format, when the group was created.
The date and time, in ISO 8601 date-time format, when the group was created.
The stable and unique string identifying the group. For more information about IDs, see IAM identifiers in the IAM User Guide.
The stable and unique string identifying the group. For more information about IDs, see IAM identifiers in the IAM User Guide.
The path to the group. For more information about paths, see IAM identifiers in the IAM User Guide.
The path to the group. For more information about paths, see IAM identifiers in the IAM User Guide.