Class: Aws::PaymentCryptography::Types::AssociateMpaTeamOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptography::Types::AssociateMpaTeamOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-paymentcryptography/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#mpa_team_association ⇒ Types::MpaTeamAssociation
The details of the MPA team association.
Instance Attribute Details
#mpa_team_association ⇒ Types::MpaTeamAssociation
The details of the MPA team association.
135 136 137 138 139 |
# File 'lib/aws-sdk-paymentcryptography/types.rb', line 135 class AssociateMpaTeamOutput < Struct.new( :mpa_team_association) SENSITIVE = [] include Aws::Structure end |