class
Amazonite::Iam::GetUserPolicyRequest
- Amazonite::Iam::GetUserPolicyRequest
- Reference
- Object
Defined in:
iam/get_user_policy_request.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#policy_name : String
The name of the policy document to get.
-
#policy_name=(policy_name : String)
The name of the policy document to get.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
-
#user_name : String
The name of the user who the policy is associated with.
-
#user_name=(user_name : String)
The name of the user who the policy is associated with.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The name of the policy document to get.
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
The name of the policy document to get.
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
The name of the user who the policy is associated with.
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
The name of the user who the policy is associated with.
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-