Class: Aws::ACM::Types::RevokeAcmeExternalAccountBindingRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACM::Types::RevokeAcmeExternalAccountBindingRequest
- 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 to revoke.
Instance Attribute Details
#acme_external_account_binding_arn ⇒ String
The Amazon Resource Name (ARN) of the ACME external account binding to revoke.
3328 3329 3330 3331 3332 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 3328 class RevokeAcmeExternalAccountBindingRequest < Struct.new( :acme_external_account_binding_arn) SENSITIVE = [] include Aws::Structure end |