class Amazonite::CloudWatchLogs::DescribeResourcePoliciesRequest

Included Modules

Defined in:

cloudwatch_logs/describe_resource_policies_request.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(next_token : String | Nil = nil, limit : Int32 | Nil = nil, resource_arn : String | Nil = nil, policy_scope : PolicyScope | Nil = nil) #

[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 limit : Int32 | Nil #

The maximum number of resource policies to be displayed with one call of this API.


[View source]
def limit=(limit : Int32 | Nil) #

The maximum number of resource policies to be displayed with one call of this API.


[View source]
def next_token : String | Nil #

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

[View source]
def policy_scope : PolicyScope | Nil #

Specifies the scope of the resource policy. Valid values are ACCOUNT or RESOURCE. When not specified, defaults to ACCOUNT.


[View source]
def policy_scope=(policy_scope : PolicyScope | Nil) #

Specifies the scope of the resource policy. Valid values are ACCOUNT or RESOURCE. When not specified, defaults to ACCOUNT.


[View source]
def resource_arn : String | Nil #

The ARN of the CloudWatch Logs resource for which to query the resource policy.


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

The ARN of the CloudWatch Logs resource for which to query the resource policy.


[View source]
def validate! : Nil #

[View source]