Class: Aws::CloudWatchLogs::Types::ListSourcesForS3TableIntegrationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::ListSourcesForS3TableIntegrationRequest
- Defined in:
- gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#integration_arn ⇒ String
The Amazon Resource Name (ARN) of the S3 Table Integration to list associations for.
-
#max_results ⇒ Integer
The maximum number of associations to return in a single call.
-
#next_token ⇒ String
The token for the next set of items to return.
Instance Attribute Details
#integration_arn ⇒ String
The Amazon Resource Name (ARN) of the S3 Table Integration to list associations for.
5270 5271 5272 5273 5274 5275 5276 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 5270 class ListSourcesForS3TableIntegrationRequest < Struct.new( :integration_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of associations to return in a single call. Valid range is 1 to 100.
5270 5271 5272 5273 5274 5275 5276 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 5270 class ListSourcesForS3TableIntegrationRequest < Struct.new( :integration_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of items to return. The token expires after 24 hours.
5270 5271 5272 5273 5274 5275 5276 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 5270 class ListSourcesForS3TableIntegrationRequest < Struct.new( :integration_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |