Class: Aws::CleanRooms::Types::ListConfiguredTablesInput

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

#max_resultsInteger

The maximum size of the results that is returned per call.

Returns:

  • (Integer)


4923
4924
4925
4926
4927
4928
# File 'lib/aws-sdk-cleanrooms/types.rb', line 4923

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

#next_tokenString

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

Returns:

  • (String)


4923
4924
4925
4926
4927
4928
# File 'lib/aws-sdk-cleanrooms/types.rb', line 4923

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