Class: Aws::CloudWatchLogs::Types::AssociateSourceToS3TableIntegrationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::AssociateSourceToS3TableIntegrationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_source ⇒ Types::DataSource
The data source to associate with the S3 Table Integration.
-
#integration_arn ⇒ String
The Amazon Resource Name (ARN) of the S3 Table Integration to associate the data source with.
Instance Attribute Details
#data_source ⇒ Types::DataSource
The data source to associate with the S3 Table Integration. Contains the name and type of the data source.
430 431 432 433 434 435 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 430 class AssociateSourceToS3TableIntegrationRequest < Struct.new( :integration_arn, :data_source) SENSITIVE = [] include Aws::Structure end |
#integration_arn ⇒ String
The Amazon Resource Name (ARN) of the S3 Table Integration to associate the data source with.
430 431 432 433 434 435 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 430 class AssociateSourceToS3TableIntegrationRequest < Struct.new( :integration_arn, :data_source) SENSITIVE = [] include Aws::Structure end |