class
Amazonite::Iam::PolicyVersion
- Amazonite::Iam::PolicyVersion
- Reference
- Object
Overview
Contains information about a version of a managed policy.
This data type is used as a response element in the CreatePolicyVersion, GetPolicyVersion, ListPolicyVersions, and GetAccountAuthorizationDetails operations.
For more information about managed policies, refer to Managed policies and inline policies in the IAM User Guide.
Defined in:
iam/policy_version.crConstructors
- .from_xml(node : XML::Node) : self
- .new(document : String | Nil = nil, version_id : String | Nil = nil, is_default_version : Bool | Nil = nil, create_date : Time | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#create_date : Time | Nil
The date and time, in ISO 8601 date-time format, when the policy version was created.
-
#create_date=(create_date : Time | Nil)
The date and time, in ISO 8601 date-time format, when the policy version was created.
-
#document : String | Nil
The policy document.
-
#document=(document : String | Nil)
The policy document.
-
#hash(hasher)
See
Object#hash(hasher) -
#is_default_version : Bool | Nil
Specifies whether the policy version is set as the policy's default version.
-
#is_default_version=(is_default_version : Bool | Nil)
Specifies whether the policy version is set as the policy's default version.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
-
#version_id : String | Nil
The identifier for the policy version.
-
#version_id=(version_id : String | Nil)
The identifier for the policy version.
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The date and time, in ISO 8601 date-time format, when the policy version was created.
The date and time, in ISO 8601 date-time format, when the policy version was created.
The policy document.
The policy document is returned in the response to the GetPolicyVersion and GetAccountAuthorizationDetails operations. It is not returned in the response to the CreatePolicyVersion or ListPolicyVersions operations.
The policy document returned in this structure is URL-encoded compliant with RFC
3986. You can use a URL decoding method to convert the
policy back to plain JSON text. For example, if you use Java, you can use the decode method of
the java.net.URLDecoder utility class in the Java SDK. Other languages and SDKs provide
similar functionality.
The policy document.
The policy document is returned in the response to the GetPolicyVersion and GetAccountAuthorizationDetails operations. It is not returned in the response to the CreatePolicyVersion or ListPolicyVersions operations.
The policy document returned in this structure is URL-encoded compliant with RFC
3986. You can use a URL decoding method to convert the
policy back to plain JSON text. For example, if you use Java, you can use the decode method of
the java.net.URLDecoder utility class in the Java SDK. Other languages and SDKs provide
similar functionality.
Specifies whether the policy version is set as the policy's default version.
Specifies whether the policy version is set as the policy's default version.
The identifier for the policy version.
Policy version identifiers always begin with v (always lowercase). When a policy is created,
the first policy version is v1.
The identifier for the policy version.
Policy version identifiers always begin with v (always lowercase). When a policy is created,
the first policy version is v1.