Class: Aws::PaymentCryptography::Types::GetMpaTeamAssociationInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-paymentcryptography/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionString

The protected operation whose MPA team association you want to retrieve. Currently, the only supported value is ‘IMPORT_ROOT_PUBLIC_KEY_CERTIFICATE`.

Returns:

  • (String)


1008
1009
1010
1011
1012
# File 'lib/aws-sdk-paymentcryptography/types.rb', line 1008

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