Class: Aws::Types::CreateTemplateResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateTemplateResponse
- 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.
2535 2536 2537 |
# File 'sig/types.rbs', line 2535 def arn @arn end |
#creation_status ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute creation_status.
2538 2539 2540 |
# File 'sig/types.rbs', line 2538 def creation_status @creation_status end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
2540 2541 2542 |
# File 'sig/types.rbs', line 2540 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
2539 2540 2541 |
# File 'sig/types.rbs', line 2539 def status @status end |
#template_id ⇒ ::String
Returns the value of attribute template_id.
2537 2538 2539 |
# File 'sig/types.rbs', line 2537 def template_id @template_id end |
#version_arn ⇒ ::String
Returns the value of attribute version_arn.
2536 2537 2538 |
# File 'sig/types.rbs', line 2536 def version_arn @version_arn end |