Class: Aws::ObservabilityAdmin::Types::ListS3TableIntegrationsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ObservabilityAdmin::Types::ListS3TableIntegrationsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-observabilityadmin/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of S3 Table integrations to return in a single call.
-
#next_token ⇒ String
The token for the next set of results.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of S3 Table integrations to return in a single call.
1360 1361 1362 1363 1364 1365 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 1360 class ListS3TableIntegrationsInput < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results. A previous call generates this token.
1360 1361 1362 1363 1364 1365 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 1360 class ListS3TableIntegrationsInput < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |