Class: Aws::ACM::Types::DeleteAcmeExternalAccountBindingRequest

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_external_account_binding_arnString

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

Returns:

  • (String)


1509
1510
1511
1512
1513
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 1509

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