Class: Aws::Types::TemplateVersionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::TemplateVersionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#item ⇒ ::Array[Types::TemplateVersionResponse]
Returns the value of attribute item.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
Instance Attribute Details
#item ⇒ ::Array[Types::TemplateVersionResponse]
Returns the value of attribute item.
2897 2898 2899 |
# File 'sig/types.rbs', line 2897 def item @item end |
#message ⇒ ::String
Returns the value of attribute message.
2898 2899 2900 |
# File 'sig/types.rbs', line 2898 def @message end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2899 2900 2901 |
# File 'sig/types.rbs', line 2899 def next_token @next_token end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
2900 2901 2902 |
# File 'sig/types.rbs', line 2900 def request_id @request_id end |