Class: Aws::CloudWatchLogs::Types::AssociateSourceToS3TableIntegrationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::AssociateSourceToS3TableIntegrationResponse
- Defined in:
- gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
The unique identifier for the association between the data source and S3 Table Integration.
Instance Attribute Details
#identifier ⇒ String
The unique identifier for the association between the data source and S3 Table Integration.
444 445 446 447 448 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 444 class AssociateSourceToS3TableIntegrationResponse < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |