Class: Aws::ApiGatewayV2::Types::ACMManaged
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::ACMManaged
- 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
-
#certificate_arn ⇒ String
The certificate ARN.
-
#domain_name ⇒ String
The domain name.
Instance Attribute Details
#certificate_arn ⇒ String
The certificate ARN.
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_name ⇒ String
The domain name.
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 |