Class: Aws::CloudWatchLogs::Types::S3TableIntegrationSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::S3TableIntegrationSource
- Defined in:
- gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Represents a data source association with an S3 Table Integration, including its status and metadata.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_time_stamp ⇒ Integer
The timestamp when the data source association was created.
-
#data_source ⇒ Types::DataSource
The data source associated with the S3 Table Integration.
-
#identifier ⇒ String
The unique identifier for this data source association.
-
#status ⇒ String
The current status of the data source association.
-
#status_reason ⇒ String
Additional information about the status of the data source association.
Instance Attribute Details
#created_time_stamp ⇒ Integer
The timestamp when the data source association was created.
8387 8388 8389 8390 8391 8392 8393 8394 8395 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 8387 class S3TableIntegrationSource < Struct.new( :identifier, :data_source, :status, :status_reason, :created_time_stamp) SENSITIVE = [] include Aws::Structure end |
#data_source ⇒ Types::DataSource
The data source associated with the S3 Table Integration.
8387 8388 8389 8390 8391 8392 8393 8394 8395 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 8387 class S3TableIntegrationSource < Struct.new( :identifier, :data_source, :status, :status_reason, :created_time_stamp) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The unique identifier for this data source association.
8387 8388 8389 8390 8391 8392 8393 8394 8395 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 8387 class S3TableIntegrationSource < Struct.new( :identifier, :data_source, :status, :status_reason, :created_time_stamp) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the data source association.
8387 8388 8389 8390 8391 8392 8393 8394 8395 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 8387 class S3TableIntegrationSource < Struct.new( :identifier, :data_source, :status, :status_reason, :created_time_stamp) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
Additional information about the status of the data source association.
8387 8388 8389 8390 8391 8392 8393 8394 8395 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 8387 class S3TableIntegrationSource < Struct.new( :identifier, :data_source, :status, :status_reason, :created_time_stamp) SENSITIVE = [] include Aws::Structure end |