class
Amazonite::Ssm::DeleteResourcePolicyRequest
- Amazonite::Ssm::DeleteResourcePolicyRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/delete_resource_policy_request.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#policy_hash : String
ID of the current policy version.
-
#policy_hash=(policy_hash : String)
ID of the current policy version.
-
#policy_id : String
The policy ID.
-
#policy_id=(policy_id : String)
The policy ID.
-
#resource_arn : String
Amazon Resource Name (ARN) of the resource to which the policies are attached.
-
#resource_arn=(resource_arn : String)
Amazon Resource Name (ARN) of the resource to which the policies are attached.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
ID of the current policy version. The hash helps to prevent multiple calls from attempting to overwrite a policy.
ID of the current policy version. The hash helps to prevent multiple calls from attempting to overwrite a policy.
Amazon Resource Name (ARN) of the resource to which the policies are attached.
Amazon Resource Name (ARN) of the resource to which the policies are attached.