Class: Aws::PaymentCryptography::Types::GetMpaTeamAssociationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptography::Types::GetMpaTeamAssociationInput
- Includes:
- Structure
- Defined in:
- 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 'lib/aws-sdk-paymentcryptography/types.rb', line 1008 class GetMpaTeamAssociationInput < Struct.new( :action) SENSITIVE = [] include Aws::Structure end |