Class: Aws::CleanRooms::Types::ListAnalysisTemplatesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ListAnalysisTemplatesInput
- 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
The identifier for a membership resource.
-
#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.
4536 4537 4538 4539 4540 4541 4542 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 4536 class ListAnalysisTemplatesInput < Struct.new( :membership_identifier, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#membership_identifier ⇒ String
The identifier for a membership resource.
4536 4537 4538 4539 4540 4541 4542 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 4536 class ListAnalysisTemplatesInput < 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.
4536 4537 4538 4539 4540 4541 4542 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 4536 class ListAnalysisTemplatesInput < Struct.new( :membership_identifier, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |