class Amazonite::Ssm::DeleteResourcePolicyRequest

Included Modules

Defined in:

ssm/delete_resource_policy_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(resource_arn : String, policy_id : String, policy_hash : String) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def policy_hash : String #

ID of the current policy version. The hash helps to prevent multiple calls from attempting to overwrite a policy.


[View source]
def policy_hash=(policy_hash : String) #

ID of the current policy version. The hash helps to prevent multiple calls from attempting to overwrite a policy.


[View source]
def policy_id : String #

The policy ID.


[View source]
def policy_id=(policy_id : String) #

The policy ID.


[View source]
def resource_arn : String #

Amazon Resource Name (ARN) of the resource to which the policies are attached.


[View source]
def resource_arn=(resource_arn : String) #

Amazon Resource Name (ARN) of the resource to which the policies are attached.


[View source]
def validate! : Nil #

[View source]