Class: Aws::Types::ListServiceTemplateVersionsOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1131
1132
1133
# File 'sig/types.rbs', line 1131

def next_token
  @next_token
end

#template_versions ⇒ ::Array[Types::ServiceTemplateVersionSummary]

Returns the value of attribute template_versions.



1132
1133
1134
# File 'sig/types.rbs', line 1132

def template_versions
  @template_versions
end