Class: Aws::ACM::Types::GetAcmeExternalAccountBindingCredentialsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACM::Types::GetAcmeExternalAccountBindingCredentialsRequest
- Defined in:
- gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#acme_external_account_binding_arn ⇒ String
The Amazon Resource Name (ARN) of the ACME external account binding.
Instance Attribute Details
#acme_external_account_binding_arn ⇒ String
The Amazon Resource Name (ARN) of the ACME external account binding.
2248 2249 2250 2251 2252 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 2248 class GetAcmeExternalAccountBindingCredentialsRequest < Struct.new( :acme_external_account_binding_arn) SENSITIVE = [] include Aws::Structure end |