Class: Aws::ACM::Types::DeleteAcmeEndpointRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACM::Types::DeleteAcmeEndpointRequest
- 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 ACME endpoint to delete.
Instance Attribute Details
#acme_endpoint_arn ⇒ String
The Amazon Resource Name (ARN) of the ACME endpoint to delete.
1496 1497 1498 1499 1500 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 1496 class DeleteAcmeEndpointRequest < Struct.new( :acme_endpoint_arn) SENSITIVE = [] include Aws::Structure end |