class Amazonite::CloudWatchLogs::AssociateSourceToS3TableIntegrationRequest

Included Modules

Defined in:

cloudwatch_logs/associate_source_to_s3_table_integration_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(integration_arn : String, data_source : DataSource) #

[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 data_source : DataSource #

The data source to associate with the S3 Table Integration. Contains the name and type of the data source.


[View source]
def data_source=(data_source : DataSource) #

The data source to associate with the S3 Table Integration. Contains the name and type of the data source.


[View source]
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 associate the data source with.


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

The Amazon Resource Name (ARN) of the S3 Table Integration to associate the data source with.


[View source]
def validate! : Nil #

[View source]