Class: Aws::Types::ListTemplateVersionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListTemplateVersionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
-
#template_version_summary_list ⇒ ::Array[Types::TemplateVersionSummary]
Returns the value of attribute template_version_summary_list.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
8149 8150 8151 |
# File 'sig/types.rbs', line 8149 def next_token @next_token end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
8151 8152 8153 |
# File 'sig/types.rbs', line 8151 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
8150 8151 8152 |
# File 'sig/types.rbs', line 8150 def status @status end |
#template_version_summary_list ⇒ ::Array[Types::TemplateVersionSummary]
Returns the value of attribute template_version_summary_list.
8148 8149 8150 |
# File 'sig/types.rbs', line 8148 def template_version_summary_list @template_version_summary_list end |