Class: Aws::Types::UpdateCustomDomainAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCustomDomainAssociationRequest
- 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.
1018 1019 1020 |
# File 'sig/types.rbs', line 1018 def custom_domain_certificate_arn @custom_domain_certificate_arn end |
#custom_domain_name ⇒ ::String
Returns the value of attribute custom_domain_name.
1019 1020 1021 |
# File 'sig/types.rbs', line 1019 def custom_domain_name @custom_domain_name end |
#workgroup_name ⇒ ::String
Returns the value of attribute workgroup_name.
1020 1021 1022 |
# File 'sig/types.rbs', line 1020 def workgroup_name @workgroup_name end |