Class: Aws::Proton::Types::ListServiceTemplatesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::ListServiceTemplatesInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of service templates to list.
-
#next_token ⇒ String
A token that indicates the location of the next service template in the array of service templates, after the list of service templates previously requested.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of service templates to list.
4192 4193 4194 4195 4196 4197 |
# File 'lib/aws-sdk-proton/types.rb', line 4192 class ListServiceTemplatesInput < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token that indicates the location of the next service template in the array of service templates, after the list of service templates previously requested.
4192 4193 4194 4195 4196 4197 |
# File 'lib/aws-sdk-proton/types.rb', line 4192 class ListServiceTemplatesInput < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |