Class: Aws::CleanRooms::Types::ListConfiguredTableAssociationsInput

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

#max_resultsInteger

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

Returns:

  • (Integer)


3598
3599
3600
3601
3602
3603
3604
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3598

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

#membership_identifierString

A unique identifier for the membership to list configured table associations for. Currently accepts the membership ID.

Returns:

  • (String)


3598
3599
3600
3601
3602
3603
3604
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3598

class ListConfiguredTableAssociationsInput < Struct.new(
  :membership_identifier,
  :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)


3598
3599
3600
3601
3602
3603
3604
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3598

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