Class: Aws::Types::CreateDomainInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateDomainInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#web_app_setup_configuration ⇒ Types::CreateWebAppConfiguration
Returns the value of attribute web_app_setup_configuration.
Instance Attribute Details
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
58 59 60 |
# File 'sig/types.rbs', line 58 def kms_key_arn @kms_key_arn end |
#name ⇒ ::String
Returns the value of attribute name.
57 58 59 |
# File 'sig/types.rbs', line 57 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
60 61 62 |
# File 'sig/types.rbs', line 60 def @tags end |
#web_app_setup_configuration ⇒ Types::CreateWebAppConfiguration
Returns the value of attribute web_app_setup_configuration.
59 60 61 |
# File 'sig/types.rbs', line 59 def web_app_setup_configuration @web_app_setup_configuration end |