class
Amazonite::CloudWatchLogs::S3TableIntegrationSource
- Amazonite::CloudWatchLogs::S3TableIntegrationSource
- Reference
- Object
Overview
Represents a data source association with an S3 Table Integration, including its status and metadata.
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/s3_table_integration_source.crConstructors
- .new(pull : JSON::PullParser)
- .new(identifier : String | Nil = nil, data_source : DataSource | Nil = nil, status : S3TableIntegrationSourceStatus | Nil = nil, status_reason : String | Nil = nil, created_time_stamp : Int64 | Nil = nil, parent_source_identifier : String | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#created_time_stamp : Int64 | Nil
The timestamp when the data source association was created.
-
#created_time_stamp=(created_time_stamp : Int64 | Nil)
The timestamp when the data source association was created.
-
#data_source : DataSource | Nil
The data source associated with the S3 Table Integration.
-
#data_source=(data_source : DataSource | Nil)
The data source associated with the S3 Table Integration.
-
#hash(hasher)
See
Object#hash(hasher) -
#identifier : String | Nil
The unique identifier for this data source association.
-
#identifier=(identifier : String | Nil)
The unique identifier for this data source association.
-
#parent_source_identifier : String | Nil
The identifier of the parent data source for this association.
-
#parent_source_identifier=(parent_source_identifier : String | Nil)
The identifier of the parent data source for this association.
-
#status : S3TableIntegrationSourceStatus | Nil
The current status of the data source association.
-
#status=(status : S3TableIntegrationSourceStatus | Nil)
The current status of the data source association.
-
#status_reason : String | Nil
Additional information about the status of the data source association.
-
#status_reason=(status_reason : String | Nil)
Additional information about the status of the data source association.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The timestamp when the data source association was created.
The data source associated with the S3 Table Integration.
The unique identifier for this data source association.
The identifier of the parent data source for this association.
The identifier of the parent data source for this association.
The current status of the data source association.
The current status of the data source association.
Additional information about the status of the data source association.
Additional information about the status of the data source association.