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)


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

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