class Amazonite::CloudWatchLogs::ListSourcesForS3TableIntegrationRequest

Included Modules

Defined in:

cloudwatch_logs/list_sources_for_s3_table_integration_request.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(integration_arn : String, max_results : Int32 | Nil = nil, next_token : String | 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 integration_arn : String #

The Amazon Resource Name (ARN) of the S3 Table Integration to list associations for.


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

The Amazon Resource Name (ARN) of the S3 Table Integration to list associations for.


[View source]
def max_results : Int32 | Nil #

The maximum number of associations to return in a single call. Valid range is 1 to 100.


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

The maximum number of associations to return in a single call. Valid range is 1 to 100.


[View source]
def next_token : String | Nil #

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

[View source]
def validate! : Nil #

[View source]