Class: Aws::CleanRooms::Types::ListConfiguredTableAssociationsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ListConfiguredTableAssociationsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum size of the results that is returned per call.
-
#membership_identifier ⇒ String
A unique identifier for the membership to list configured table associations for.
-
#next_token ⇒ String
The token value retrieved from a previous call to access the next page of results.
Instance Attribute Details
#max_results ⇒ Integer
The maximum size of the results that is returned per call.
4886 4887 4888 4889 4890 4891 4892 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 4886 class ListConfiguredTableAssociationsInput < Struct.new( :membership_identifier, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#membership_identifier ⇒ String
A unique identifier for the membership to list configured table associations for. Currently accepts the membership ID.
4886 4887 4888 4889 4890 4891 4892 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 4886 class ListConfiguredTableAssociationsInput < Struct.new( :membership_identifier, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token value retrieved from a previous call to access the next page of results.
4886 4887 4888 4889 4890 4891 4892 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 4886 class ListConfiguredTableAssociationsInput < Struct.new( :membership_identifier, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |