Class: Aws::Types::GetCustomDomainAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetCustomDomainAssociationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_domain_name ⇒ ::String
Returns the value of attribute custom_domain_name.
-
#workgroup_name ⇒ ::String
Returns the value of attribute workgroup_name.
Instance Attribute Details
#custom_domain_name ⇒ ::String
Returns the value of attribute custom_domain_name.
333 334 335 |
# File 'sig/types.rbs', line 333 def custom_domain_name @custom_domain_name end |
#workgroup_name ⇒ ::String
Returns the value of attribute workgroup_name.
334 335 336 |
# File 'sig/types.rbs', line 334 def workgroup_name @workgroup_name end |