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.
1020 1021 1022 1023 1024 |
# File 'lib/aws-sdk-paymentcryptography/types.rb', line 1020 class GetMpaTeamAssociationOutput < Struct.new( :mpa_team_association) SENSITIVE = [] include Aws::Structure end |