Class: Aws::Types::ListTemplateAliasesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListTemplateAliasesResponse
- 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_alias_list ⇒ ::Array[Types::TemplateAlias]
Returns the value of attribute template_alias_list.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
8135 8136 8137 |
# File 'sig/types.rbs', line 8135 def next_token @next_token end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
8134 8135 8136 |
# File 'sig/types.rbs', line 8134 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
8133 8134 8135 |
# File 'sig/types.rbs', line 8133 def status @status end |
#template_alias_list ⇒ ::Array[Types::TemplateAlias]
Returns the value of attribute template_alias_list.
8132 8133 8134 |
# File 'sig/types.rbs', line 8132 def template_alias_list @template_alias_list end |