Class: Aws::PaymentCryptography::Types::GetMpaTeamAssociationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptography::Types::GetMpaTeamAssociationOutput
- 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.
1024 1025 1026 1027 1028 |
# File 'lib/aws-sdk-paymentcryptography/types.rb', line 1024 class GetMpaTeamAssociationOutput < Struct.new( :mpa_team_association) SENSITIVE = [] include Aws::Structure end |