Class: Aws::Types::CreateCustomDomainAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateCustomDomainAssociationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_domain_certificate_arn ⇒ ::String
Returns the value of attribute custom_domain_certificate_arn.
-
#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_certificate_arn ⇒ ::String
Returns the value of attribute custom_domain_certificate_arn.
50 51 52 |
# File 'sig/types.rbs', line 50 def custom_domain_certificate_arn @custom_domain_certificate_arn end |
#custom_domain_name ⇒ ::String
Returns the value of attribute custom_domain_name.
51 52 53 |
# File 'sig/types.rbs', line 51 def custom_domain_name @custom_domain_name end |
#workgroup_name ⇒ ::String
Returns the value of attribute workgroup_name.
52 53 54 |
# File 'sig/types.rbs', line 52 def workgroup_name @workgroup_name end |