Class: Aws::Types::DomainNameConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::DomainNameConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_gateway_domain_name ⇒ ::String
Returns the value of attribute api_gateway_domain_name.
-
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
-
#certificate_name ⇒ ::String
Returns the value of attribute certificate_name.
-
#certificate_upload_date ⇒ ::Time
Returns the value of attribute certificate_upload_date.
-
#domain_name_status ⇒ "AVAILABLE", ...
Returns the value of attribute domain_name_status.
-
#domain_name_status_message ⇒ ::String
Returns the value of attribute domain_name_status_message.
-
#endpoint_type ⇒ "REGIONAL", "EDGE"
Returns the value of attribute endpoint_type.
-
#hosted_zone_id ⇒ ::String
Returns the value of attribute hosted_zone_id.
-
#ip_address_type ⇒ "ipv4", "dualstack"
Returns the value of attribute ip_address_type.
-
#ownership_verification_certificate_arn ⇒ ::String
Returns the value of attribute ownership_verification_certificate_arn.
-
#security_policy ⇒ "TLS_1_0", "TLS_1_2"
Returns the value of attribute security_policy.
Instance Attribute Details
#api_gateway_domain_name ⇒ ::String
Returns the value of attribute api_gateway_domain_name.
959 960 961 |
# File 'sig/types.rbs', line 959 def api_gateway_domain_name @api_gateway_domain_name end |
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
960 961 962 |
# File 'sig/types.rbs', line 960 def certificate_arn @certificate_arn end |
#certificate_name ⇒ ::String
Returns the value of attribute certificate_name.
961 962 963 |
# File 'sig/types.rbs', line 961 def certificate_name @certificate_name end |
#certificate_upload_date ⇒ ::Time
Returns the value of attribute certificate_upload_date.
962 963 964 |
# File 'sig/types.rbs', line 962 def certificate_upload_date @certificate_upload_date end |
#domain_name_status ⇒ "AVAILABLE", ...
Returns the value of attribute domain_name_status.
963 964 965 |
# File 'sig/types.rbs', line 963 def domain_name_status @domain_name_status end |
#domain_name_status_message ⇒ ::String
Returns the value of attribute domain_name_status_message.
964 965 966 |
# File 'sig/types.rbs', line 964 def @domain_name_status_message end |
#endpoint_type ⇒ "REGIONAL", "EDGE"
Returns the value of attribute endpoint_type.
965 966 967 |
# File 'sig/types.rbs', line 965 def endpoint_type @endpoint_type end |
#hosted_zone_id ⇒ ::String
Returns the value of attribute hosted_zone_id.
966 967 968 |
# File 'sig/types.rbs', line 966 def hosted_zone_id @hosted_zone_id end |
#ip_address_type ⇒ "ipv4", "dualstack"
Returns the value of attribute ip_address_type.
967 968 969 |
# File 'sig/types.rbs', line 967 def ip_address_type @ip_address_type end |
#ownership_verification_certificate_arn ⇒ ::String
Returns the value of attribute ownership_verification_certificate_arn.
969 970 971 |
# File 'sig/types.rbs', line 969 def ownership_verification_certificate_arn @ownership_verification_certificate_arn end |
#security_policy ⇒ "TLS_1_0", "TLS_1_2"
Returns the value of attribute security_policy.
968 969 970 |
# File 'sig/types.rbs', line 968 def security_policy @security_policy end |