Class: Aws::CloudWatchLogs::Types::DisassociateSourceFromS3TableIntegrationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::DisassociateSourceFromS3TableIntegrationResponse
- 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 of the association that was removed.
Instance Attribute Details
#identifier ⇒ String
The unique identifier of the association that was removed.
2873 2874 2875 2876 2877 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 2873 class DisassociateSourceFromS3TableIntegrationResponse < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |