Class: Aws::CleanRooms::Types::ListConfiguredTablesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ListConfiguredTablesOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configured_table_summaries ⇒ Array<Types::ConfiguredTableSummary>
The configured tables listed by the request.
-
#next_token ⇒ String
The token value retrieved from a previous call to access the next page of results.
Instance Attribute Details
#configured_table_summaries ⇒ Array<Types::ConfiguredTableSummary>
The configured tables listed by the request.
4941 4942 4943 4944 4945 4946 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 4941 class ListConfiguredTablesOutput < Struct.new( :configured_table_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token value retrieved from a previous call to access the next page of results.
4941 4942 4943 4944 4945 4946 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 4941 class ListConfiguredTablesOutput < Struct.new( :configured_table_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |