Class: Aws::CloudWatchLogs::Types::S3TableIntegrationSource

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#created_time_stampInteger

The timestamp when the data source association was created.

Returns:

  • (Integer)


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_sourceTypes::DataSource

The data source associated with the S3 Table Integration.

Returns:



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

#identifierString

The unique identifier for this data source association.

Returns:

  • (String)


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

#statusString

The current status of the data source association.

Returns:

  • (String)


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_reasonString

Additional information about the status of the data source association.

Returns:

  • (String)


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