Class: Aws::Types::GetDomainOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetDomainOutput
- 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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#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.
168 169 170 |
# File 'sig/types.rbs', line 168 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
175 176 177 |
# File 'sig/types.rbs', line 175 def created_at @created_at end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
167 168 169 |
# File 'sig/types.rbs', line 167 def domain_id @domain_id end |
#encryption_context ⇒ Types::EncryptionContext
Returns the value of attribute encryption_context.
171 172 173 |
# File 'sig/types.rbs', line 171 def encryption_context @encryption_context end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
170 171 172 |
# File 'sig/types.rbs', line 170 def kms_key_arn @kms_key_arn end |
#name ⇒ ::String
Returns the value of attribute name.
169 170 171 |
# File 'sig/types.rbs', line 169 def name @name end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
172 173 174 |
# File 'sig/types.rbs', line 172 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
176 177 178 |
# File 'sig/types.rbs', line 176 def @tags end |
#web_app_configuration ⇒ Types::WebAppConfiguration
Returns the value of attribute web_app_configuration.
174 175 176 |
# File 'sig/types.rbs', line 174 def web_app_configuration @web_app_configuration end |
#web_app_url ⇒ ::String
Returns the value of attribute web_app_url.
173 174 175 |
# File 'sig/types.rbs', line 173 def web_app_url @web_app_url end |