Class: Aws::CloudWatchLogs::Types::AssociateSourceToS3TableIntegrationResponse

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

Returns:

  • (String)


444
445
446
447
448
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 444

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