class
Amazonite::CloudWatchLogs::S3TablesIntegration
- Amazonite::CloudWatchLogs::S3TablesIntegration
- Reference
- Object
Overview
Contains information about the S3 Tables integration configuration for a configuration template.
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/s3_tables_integration.crConstructors
- .new(pull : JSON::PullParser)
- .new(datasource_name : String | Nil = nil, datasource_type : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#datasource_name : String | Nil
The name of the S3 Tables datasource.
-
#datasource_name=(datasource_name : String | Nil)
The name of the S3 Tables datasource.
-
#datasource_type : String | Nil
The type of the S3 Tables datasource.
-
#datasource_type=(datasource_type : String | Nil)
The type of the S3 Tables datasource.
-
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.