Class: Aws::Types::CreateDomainRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDomainRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#encryption_key ⇒ ::String
Returns the value of attribute encryption_key.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#domain ⇒ ::String
Returns the value of attribute domain.
73 74 75 |
# File 'sig/types.rbs', line 73 def domain @domain end |
#encryption_key ⇒ ::String
Returns the value of attribute encryption_key.
74 75 76 |
# File 'sig/types.rbs', line 74 def encryption_key @encryption_key end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
75 76 77 |
# File 'sig/types.rbs', line 75 def @tags end |