Class: Aws::CloudWatchLogs::Types::DisassociateSourceFromS3TableIntegrationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::DisassociateSourceFromS3TableIntegrationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
The unique identifier of the association to remove between the data source and S3 Table Integration.
Instance Attribute Details
#identifier ⇒ String
The unique identifier of the association to remove between the data source and S3 Table Integration.
2861 2862 2863 2864 2865 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2861 class DisassociateSourceFromS3TableIntegrationRequest < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |