Class: Aws::Types::CreateDomainNameRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDomainNameRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
299 300 301 |
# File 'sig/types.rbs', line 299 def certificate_arn @certificate_arn end |
#description ⇒ ::String
Returns the value of attribute description.
300 301 302 |
# File 'sig/types.rbs', line 300 def description @description end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
298 299 300 |
# File 'sig/types.rbs', line 298 def domain_name @domain_name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
301 302 303 |
# File 'sig/types.rbs', line 301 def @tags end |