Class: Aws::Types::ListServiceTemplateVersionsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListServiceTemplateVersionsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#template_versions ⇒ ::Array[Types::ServiceTemplateVersionSummary]
Returns the value of attribute template_versions.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
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 |