Class: Aws::CloudWatchLogs::Types::ListSourcesForS3TableIntegrationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::ListSourcesForS3TableIntegrationResponse
- Defined in:
- gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token for the next set of items to return.
-
#sources ⇒ Array<Types::S3TableIntegrationSource>
The list of data source associations for the specified S3 Table Integration.
Instance Attribute Details
#next_token ⇒ String
The token for the next set of items to return. The token expires after 24 hours.
5414 5415 5416 5417 5418 5419 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 5414 class ListSourcesForS3TableIntegrationResponse < Struct.new( :sources, :next_token) SENSITIVE = [] include Aws::Structure end |
#sources ⇒ Array<Types::S3TableIntegrationSource>
The list of data source associations for the specified S3 Table Integration.
5414 5415 5416 5417 5418 5419 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 5414 class ListSourcesForS3TableIntegrationResponse < Struct.new( :sources, :next_token) SENSITIVE = [] include Aws::Structure end |