Class: Aws::ACM::Types::CreateAcmeEndpointResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#acme_endpoint_arnString

The Amazon Resource Name (ARN) of the created ACME endpoint.

Returns:

  • (String)


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