Class: Aws::ACM::Types::CreateAcmeEndpointResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACM::Types::CreateAcmeEndpointResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-acm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#acme_endpoint_arn ⇒ String
The Amazon Resource Name (ARN) of the created ACME endpoint.
Instance Attribute Details
#acme_endpoint_arn ⇒ String
The Amazon Resource Name (ARN) of the created ACME endpoint.
1416 1417 1418 1419 1420 |
# File 'lib/aws-sdk-acm/types.rb', line 1416 class CreateAcmeEndpointResponse < Struct.new( :acme_endpoint_arn) SENSITIVE = [] include Aws::Structure end |