class
Amazonite::Iam::CreatePolicyVersionResponse
- Amazonite::Iam::CreatePolicyVersionResponse
- Reference
- Object
Overview
Contains the response to a successful CreatePolicyVersion request.
Defined in:
iam/create_policy_version_response.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#policy_version : PolicyVersion | Nil
A structure containing details about the new policy version.
-
#policy_version=(policy_version : PolicyVersion | Nil)
A structure containing details about the new policy version.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def policy_version : PolicyVersion | Nil
#
A structure containing details about the new policy version.
def policy_version=(policy_version : PolicyVersion | Nil)
#
A structure containing details about the new policy version.