Class: Aws::ACM::Types::DescribeAcmeExternalAccountBindingRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#acme_external_account_binding_arnString

The Amazon Resource Name (ARN) of the ACME external account binding.

Returns:

  • (String)


1620
1621
1622
1623
1624
# File 'lib/aws-sdk-acm/types.rb', line 1620

class DescribeAcmeExternalAccountBindingRequest < Struct.new(
  :acme_external_account_binding_arn)
  SENSITIVE = []
  include Aws::Structure
end