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.
7796 7797 7798 |
# File 'sig/types.rbs', line 7796 def next_token @next_token end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
7795 7796 7797 |
# File 'sig/types.rbs', line 7795 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
7794 7795 7796 |
# File 'sig/types.rbs', line 7794 def status @status end |
#template_alias_list ⇒ ::Array[Types::TemplateAlias]
Returns the value of attribute template_alias_list.
7793 7794 7795 |
# File 'sig/types.rbs', line 7793 def template_alias_list @template_alias_list end |