Class: Aws::ApiGatewayV2::Types::EndpointConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::EndpointConfigurationResponse
- Defined in:
- gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb
Overview
Represents an endpoint configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificate_arn ⇒ String
The ARN of the ACM certificate.
-
#domain_name ⇒ String
The domain name.
-
#portal_default_domain_name ⇒ String
The portal default domain name.
-
#portal_domain_hosted_zone_id ⇒ String
The portal domain hosted zone identifier.
Instance Attribute Details
#certificate_arn ⇒ String
The ARN of the ACM certificate.
4126 4127 4128 4129 4130 4131 4132 4133 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 4126 class EndpointConfigurationResponse < Struct.new( :certificate_arn, :domain_name, :portal_default_domain_name, :portal_domain_hosted_zone_id) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
The domain name.
4126 4127 4128 4129 4130 4131 4132 4133 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 4126 class EndpointConfigurationResponse < Struct.new( :certificate_arn, :domain_name, :portal_default_domain_name, :portal_domain_hosted_zone_id) SENSITIVE = [] include Aws::Structure end |
#portal_default_domain_name ⇒ String
The portal default domain name. This domain name is generated and managed by API Gateway.
4126 4127 4128 4129 4130 4131 4132 4133 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 4126 class EndpointConfigurationResponse < Struct.new( :certificate_arn, :domain_name, :portal_default_domain_name, :portal_domain_hosted_zone_id) SENSITIVE = [] include Aws::Structure end |
#portal_domain_hosted_zone_id ⇒ String
The portal domain hosted zone identifier.
4126 4127 4128 4129 4130 4131 4132 4133 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 4126 class EndpointConfigurationResponse < Struct.new( :certificate_arn, :domain_name, :portal_default_domain_name, :portal_domain_hosted_zone_id) SENSITIVE = [] include Aws::Structure end |