Class: Aws::Types::CreateThemeResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateThemeResponse
- 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.
-
#theme_id ⇒ ::String
Returns the value of attribute theme_id.
-
#version_arn ⇒ ::String
Returns the value of attribute version_arn.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
2703 2704 2705 |
# File 'sig/types.rbs', line 2703 def arn @arn end |
#creation_status ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute creation_status.
2706 2707 2708 |
# File 'sig/types.rbs', line 2706 def creation_status @creation_status end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
2708 2709 2710 |
# File 'sig/types.rbs', line 2708 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
2707 2708 2709 |
# File 'sig/types.rbs', line 2707 def status @status end |
#theme_id ⇒ ::String
Returns the value of attribute theme_id.
2705 2706 2707 |
# File 'sig/types.rbs', line 2705 def theme_id @theme_id end |
#version_arn ⇒ ::String
Returns the value of attribute version_arn.
2704 2705 2706 |
# File 'sig/types.rbs', line 2704 def version_arn @version_arn end |