Class: Aws::Types::CreateDomainOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateDomainOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#encryption_context ⇒ Types::EncryptionContext
Returns the value of attribute encryption_context.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
-
#web_app_configuration ⇒ Types::WebAppConfiguration
Returns the value of attribute web_app_configuration.
-
#web_app_url ⇒ ::String
Returns the value of attribute web_app_url.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
66 67 68 |
# File 'sig/types.rbs', line 66 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
73 74 75 |
# File 'sig/types.rbs', line 73 def created_at @created_at end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
65 66 67 |
# File 'sig/types.rbs', line 65 def domain_id @domain_id end |
#encryption_context ⇒ Types::EncryptionContext
Returns the value of attribute encryption_context.
69 70 71 |
# File 'sig/types.rbs', line 69 def encryption_context @encryption_context end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
68 69 70 |
# File 'sig/types.rbs', line 68 def kms_key_arn @kms_key_arn end |
#name ⇒ ::String
Returns the value of attribute name.
67 68 69 |
# File 'sig/types.rbs', line 67 def name @name end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
70 71 72 |
# File 'sig/types.rbs', line 70 def status @status end |
#web_app_configuration ⇒ Types::WebAppConfiguration
Returns the value of attribute web_app_configuration.
72 73 74 |
# File 'sig/types.rbs', line 72 def web_app_configuration @web_app_configuration end |
#web_app_url ⇒ ::String
Returns the value of attribute web_app_url.
71 72 73 |
# File 'sig/types.rbs', line 71 def web_app_url @web_app_url end |