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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchlogs/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.

Returns:

  • (String)


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