Class: Aws::ACM::Types::CreateAcmeEndpointResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACM::Types::CreateAcmeEndpointResponse
- Defined in:
- gems/aws-sdk-acm/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.
1402 1403 1404 1405 1406 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 1402 class CreateAcmeEndpointResponse < Struct.new( :acme_endpoint_arn) SENSITIVE = [] include Aws::Structure end |