Class: Aws::CloudWatchLogs::Types::DisassociateSourceFromS3TableIntegrationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::DisassociateSourceFromS3TableIntegrationRequest
- 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 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.
3067 3068 3069 3070 3071 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 3067 class DisassociateSourceFromS3TableIntegrationRequest < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |