class
Amazonite::Iam::PolicyGroup
- Amazonite::Iam::PolicyGroup
- Reference
- Object
Overview
Contains information about a group that a managed policy is attached to.
This data type is used as a response element in the ListEntitiesForPolicy operation.
For more information about managed policies, refer to Managed policies and inline policies in the IAM User Guide.
Defined in:
iam/policy_group.crConstructors
- .from_xml(node : XML::Node) : self
- .new(group_name : String | Nil = nil, group_id : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#group_id : String | Nil
The stable and unique string identifying the group.
-
#group_id=(group_id : String | Nil)
The stable and unique string identifying the group.
-
#group_name : String | Nil
The name (friendly name, not ARN) identifying the group.
-
#group_name=(group_name : String | Nil)
The name (friendly name, not ARN) identifying the group.
-
#hash(hasher)
See
Object#hash(hasher) - #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 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 name (friendly name, not ARN) identifying the group.