Class: Aws::CloudWatchLogs::Types::S3TablesIntegration
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::S3TablesIntegration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Contains information about the S3 Tables integration configuration for a configuration template.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#datasource_name ⇒ String
The name of the S3 Tables datasource.
-
#datasource_type ⇒ String
The type of the S3 Tables datasource.
Instance Attribute Details
#datasource_name ⇒ String
The name of the S3 Tables datasource.
9256 9257 9258 9259 9260 9261 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 9256 class S3TablesIntegration < Struct.new( :datasource_name, :datasource_type) SENSITIVE = [] include Aws::Structure end |
#datasource_type ⇒ String
The type of the S3 Tables datasource.
9256 9257 9258 9259 9260 9261 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 9256 class S3TablesIntegration < Struct.new( :datasource_name, :datasource_type) SENSITIVE = [] include Aws::Structure end |