Class: Aws::ACM::Types::DescribeAcmeExternalAccountBindingResponse

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

#external_account_bindingTypes::AcmeExternalAccountBinding

The external account binding details.



1646
1647
1648
1649
1650
# File 'lib/aws-sdk-acm/types.rb', line 1646

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