Class: Aws::Types::ListServiceTemplateVersionsInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#major_version ⇒ ::String

Returns the value of attribute major_version.

Returns:

  • (::String)


1123
1124
1125
# File 'sig/types.rbs', line 1123

def major_version
  @major_version
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1124
1125
1126
# File 'sig/types.rbs', line 1124

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1125
1126
1127
# File 'sig/types.rbs', line 1125

def next_token
  @next_token
end

#template_name ⇒ ::String

Returns the value of attribute template_name.

Returns:

  • (::String)


1126
1127
1128
# File 'sig/types.rbs', line 1126

def template_name
  @template_name
end