Class: Aws::PaymentCryptography::Types::DisassociateMpaTeamOutput

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.



502
503
504
505
506
# File 'lib/aws-sdk-paymentcryptography/types.rb', line 502

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