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.
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 |
#sources ⇒ Array<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 |