Class: Aws::Types::ListProvisioningTemplateVersionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListProvisioningTemplateVersionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#versions ⇒ ::Array[Types::ProvisioningTemplateVersionSummary]
Returns the value of attribute versions.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
3496 3497 3498 |
# File 'sig/types.rbs', line 3496 def next_token @next_token end |
#versions ⇒ ::Array[Types::ProvisioningTemplateVersionSummary]
Returns the value of attribute versions.
3495 3496 3497 |
# File 'sig/types.rbs', line 3495 def versions @versions end |