Class: Aws::ACM::Types::DescribeAcmeEndpointRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACM::Types::DescribeAcmeEndpointRequest
- 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 ACME endpoint.
Instance Attribute Details
#acme_endpoint_arn ⇒ String
The Amazon Resource Name (ARN) of the ACME endpoint.
1596 1597 1598 1599 1600 |
# File 'lib/aws-sdk-acm/types.rb', line 1596 class DescribeAcmeEndpointRequest < Struct.new( :acme_endpoint_arn) SENSITIVE = [] include Aws::Structure end |