class Amazonite::CloudWatchLogs::DeleteResourcePolicyRequest

Included Modules

Defined in:

cloudwatch_logs/delete_resource_policy_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(policy_name : String | Nil = nil, resource_arn : String | Nil = nil, expected_revision_id : String | Nil = nil) #

[View source]
def self.new(*, __pull_for_json_serializable 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 expected_revision_id : String | Nil #

The expected revision ID of the resource policy. Required when deleting a resource-scoped policy to prevent concurrent modifications.


[View source]
def expected_revision_id=(expected_revision_id : String | Nil) #

The expected revision ID of the resource policy. Required when deleting a resource-scoped policy to prevent concurrent modifications.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def policy_name : String | Nil #

The name of the policy to be revoked. This parameter is required.


[View source]
def policy_name=(policy_name : String | Nil) #

The name of the policy to be revoked. This parameter is required.


[View source]
def resource_arn : String | Nil #

The ARN of the CloudWatch Logs resource for which the resource policy needs to be deleted


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

The ARN of the CloudWatch Logs resource for which the resource policy needs to be deleted


[View source]
def validate! : Nil #

[View source]