Class: Aws::CloudWatchLogs::Types::DisassociateSourceFromS3TableIntegrationResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudwatchlogs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identifierString

The unique identifier of the association that was removed.



3079
3080
3081
3082
3083
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3079

class DisassociateSourceFromS3TableIntegrationResponse < Struct.new(
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end