Class: Aws::CloudWatchLogs::Types::ListSourcesForS3TableIntegrationResponse

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

#next_tokenString

The token for the next set of items to return. The token expires after 24 hours.

Returns:

  • (String)


5119
5120
5121
5122
5123
5124
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 5119

class ListSourcesForS3TableIntegrationResponse < Struct.new(
  :sources,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#sourcesArray<Types::S3TableIntegrationSource>

The list of data source associations for the specified S3 Table Integration.



5119
5120
5121
5122
5123
5124
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 5119

class ListSourcesForS3TableIntegrationResponse < Struct.new(
  :sources,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end