Class: Aws::PaymentCryptography::Types::GetMpaTeamAssociationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptography::Types::GetMpaTeamAssociationInput
- Defined in:
- gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ String
The protected operation whose MPA team association you want to retrieve.
Instance Attribute Details
#action ⇒ String
The protected operation whose MPA team association you want to
retrieve. Currently, the only supported value is
IMPORT_ROOT_PUBLIC_KEY_CERTIFICATE.
1008 1009 1010 1011 1012 |
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 1008 class GetMpaTeamAssociationInput < Struct.new( :action) SENSITIVE = [] include Aws::Structure end |