Class: Aws::PaymentCryptography::Types::GetMpaTeamAssociationOutput

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

#mpa_team_associationTypes::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