Class: Aws::Types::CreateDomainRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDomainRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
705 706 707 |
# File 'sig/types.rbs', line 705 def domain_name @domain_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
706 707 708 |
# File 'sig/types.rbs', line 706 def end |