Class: Aws::Types::EndpointConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::EndpointConfigurationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#portal_default_domain_name ⇒ ::String
Returns the value of attribute portal_default_domain_name.
-
#portal_domain_hosted_zone_id ⇒ ::String
Returns the value of attribute portal_domain_hosted_zone_id.
Instance Attribute Details
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
986 987 988 |
# File 'sig/types.rbs', line 986 def certificate_arn @certificate_arn end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
987 988 989 |
# File 'sig/types.rbs', line 987 def domain_name @domain_name end |
#portal_default_domain_name ⇒ ::String
Returns the value of attribute portal_default_domain_name.
988 989 990 |
# File 'sig/types.rbs', line 988 def portal_default_domain_name @portal_default_domain_name end |
#portal_domain_hosted_zone_id ⇒ ::String
Returns the value of attribute portal_domain_hosted_zone_id.
989 990 991 |
# File 'sig/types.rbs', line 989 def portal_domain_hosted_zone_id @portal_domain_hosted_zone_id end |