Class: Aws::WellArchitected::Types::ListReviewTemplatesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::ListReviewTemplatesInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wellarchitected/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return for this request.
-
#next_token ⇒ String
The token to use to retrieve the next set of results.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return for this request.
3989 3990 3991 3992 3993 3994 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 3989 class ListReviewTemplatesInput < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to retrieve the next set of results.
3989 3990 3991 3992 3993 3994 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 3989 class ListReviewTemplatesInput < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |