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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanrooms/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:



3653
3654
3655
3656
3657
3658
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3653

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

#next_tokenString

The token value retrieved from a previous call to access the next page of results.

Returns:

  • (String)


3653
3654
3655
3656
3657
3658
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3653

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