Class: Aws::CloudWatchLogs::Types::DisassociateSourceFromS3TableIntegrationRequest

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 to remove between the data source and S3 Table Integration.

Returns:

  • (String)


2861
2862
2863
2864
2865
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2861

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