Class: Aws::ApiGatewayV2::Types::ACMManaged

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb

Overview

Represents a domain name and certificate for a portal.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_arnString

The certificate ARN.

Returns:

  • (String)


23
24
25
26
27
28
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 23

class ACMManaged < Struct.new(
  :certificate_arn,
  :domain_name)
  SENSITIVE = []
  include Aws::Structure
end

#domain_nameString

The domain name.

Returns:

  • (String)


23
24
25
26
27
28
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 23

class ACMManaged < Struct.new(
  :certificate_arn,
  :domain_name)
  SENSITIVE = []
  include Aws::Structure
end