class
Amazonite::CloudWatchLogs::ListSourcesForS3TableIntegrationResponse
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/list_sources_for_s3_table_integration_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(sources : Array(S3TableIntegrationSource) | Nil = nil, next_token : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) - #next_token : String | Nil
- #next_token=(next_token : String | Nil)
-
#sources : Array(S3TableIntegrationSource) | Nil
The list of data source associations for the specified S3 Table Integration.
-
#sources=(sources : Array(S3TableIntegrationSource) | Nil)
The list of data source associations for the specified S3 Table Integration.
- #validate! : Nil
Constructor Detail
def self.new(sources : Array(S3TableIntegrationSource) | Nil = nil, next_token : String | Nil = nil)
#
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def sources : Array(S3TableIntegrationSource) | Nil
#
The list of data source associations for the specified S3 Table Integration.
def sources=(sources : Array(S3TableIntegrationSource) | Nil)
#
The list of data source associations for the specified S3 Table Integration.