Class: Aws::CloudWatchLogs::Types::S3TablesIntegration
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::S3TablesIntegration
- Defined in:
- gems/aws-sdk-cloudwatchlogs/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.
9260 9261 9262 9263 9264 9265 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 9260 class S3TablesIntegration < Struct.new( :datasource_name, :datasource_type) SENSITIVE = [] include Aws::Structure end |
#datasource_type ⇒ String
The type of the S3 Tables datasource.
9260 9261 9262 9263 9264 9265 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 9260 class S3TablesIntegration < Struct.new( :datasource_name, :datasource_type) SENSITIVE = [] include Aws::Structure end |