Class: Aws::CleanRooms::Types::ListConfiguredTablesOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cleanrooms/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configured_table_summariesArray<Types::ConfiguredTableSummary>

The configured tables listed by the request.

Returns:



5011
5012
5013
5014
5015
5016
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5011

class ListConfiguredTablesOutput < Struct.new(
  :configured_table_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token that’s used to fetch the next set of results.

Returns:

  • (String)


5011
5012
5013
5014
5015
5016
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5011

class ListConfiguredTablesOutput < Struct.new(
  :configured_table_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end