Class: Aws::ApiGatewayV2::Types::EndpointConfigurationResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#certificate_arnString

The ARN of the ACM certificate.

Returns:

  • (String)


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_nameString

The domain name.

Returns:

  • (String)


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_nameString

The portal default domain name. This domain name is generated and managed by API Gateway.

Returns:

  • (String)


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_idString

The portal domain hosted zone identifier.

Returns:

  • (String)


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