Class: Aws::Types::AssociateCustomDomainRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateCustomDomainRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#enable_www_subdomain ⇒ Boolean
Returns the value of attribute enable_www_subdomain.
-
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
13 14 15 |
# File 'sig/types.rbs', line 13 def domain_name @domain_name end |
#enable_www_subdomain ⇒ Boolean
Returns the value of attribute enable_www_subdomain.
14 15 16 |
# File 'sig/types.rbs', line 14 def enable_www_subdomain @enable_www_subdomain end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
12 13 14 |
# File 'sig/types.rbs', line 12 def service_arn @service_arn end |