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.
7810 7811 7812 |
# File 'sig/types.rbs', line 7810 def next_token @next_token end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
7812 7813 7814 |
# File 'sig/types.rbs', line 7812 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
7811 7812 7813 |
# File 'sig/types.rbs', line 7811 def status @status end |
#template_version_summary_list ⇒ ::Array[Types::TemplateVersionSummary]
Returns the value of attribute template_version_summary_list.
7809 7810 7811 |
# File 'sig/types.rbs', line 7809 def template_version_summary_list @template_version_summary_list end |