Class: Aws::Types::UpdateCustomDomainAssociationResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCustomDomainAssociationResponse
- 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_certificate_expiry_time ⇒ ::Time
Returns the value of attribute custom_domain_certificate_expiry_time.
-
#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.
1025 1026 1027 |
# File 'sig/types.rbs', line 1025 def custom_domain_certificate_arn @custom_domain_certificate_arn end |
#custom_domain_certificate_expiry_time ⇒ ::Time
Returns the value of attribute custom_domain_certificate_expiry_time.
1026 1027 1028 |
# File 'sig/types.rbs', line 1026 def custom_domain_certificate_expiry_time @custom_domain_certificate_expiry_time end |
#custom_domain_name ⇒ ::String
Returns the value of attribute custom_domain_name.
1027 1028 1029 |
# File 'sig/types.rbs', line 1027 def custom_domain_name @custom_domain_name end |
#workgroup_name ⇒ ::String
Returns the value of attribute workgroup_name.
1028 1029 1030 |
# File 'sig/types.rbs', line 1028 def workgroup_name @workgroup_name end |