class
Amazonite::Iam::PolicyUser
- Amazonite::Iam::PolicyUser
- Reference
- Object
Overview
Contains information about a user 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_user.crConstructors
- .from_xml(node : XML::Node) : self
- .new(user_name : String | Nil = nil, user_id : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) - #to_query_params(prefix : String) : Array(Tuple(String, String))
-
#user_id : String | Nil
The stable and unique string identifying the user.
-
#user_id=(user_id : String | Nil)
The stable and unique string identifying the user.
-
#user_name : String | Nil
The name (friendly name, not ARN) identifying the user.
-
#user_name=(user_name : String | Nil)
The name (friendly name, not ARN) identifying the user.
- #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 user. For more information about IDs, see IAM identifiers in the IAM User Guide.
The stable and unique string identifying the user. For more information about IDs, see IAM identifiers in the IAM User Guide.