Class: Aws::Types::UpdateTemplateResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTemplateResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_status ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute creation_status.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
-
#template_id ⇒ ::String
Returns the value of attribute template_id.
-
#version_arn ⇒ ::String
Returns the value of attribute version_arn.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
12636 12637 12638 |
# File 'sig/types.rbs', line 12636 def arn @arn end |
#creation_status ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute creation_status.
12638 12639 12640 |
# File 'sig/types.rbs', line 12638 def creation_status @creation_status end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
12640 12641 12642 |
# File 'sig/types.rbs', line 12640 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
12639 12640 12641 |
# File 'sig/types.rbs', line 12639 def status @status end |
#template_id ⇒ ::String
Returns the value of attribute template_id.
12635 12636 12637 |
# File 'sig/types.rbs', line 12635 def template_id @template_id end |
#version_arn ⇒ ::String
Returns the value of attribute version_arn.
12637 12638 12639 |
# File 'sig/types.rbs', line 12637 def version_arn @version_arn end |