Class: Aws::PaymentCryptography::Types::DisassociateMpaTeamOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptography::Types::DisassociateMpaTeamOutput
- 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.
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 |