Class: Aws::Proton::Types::ListServiceTemplatesInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of service templates to list.

Returns:

  • (Integer)


4192
4193
4194
4195
4196
4197
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4192

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

#next_tokenString

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.

Returns:

  • (String)


4192
4193
4194
4195
4196
4197
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4192

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