Class: Aws::PaymentCryptography::Types::MpaTeamAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptography::Types::MpaTeamAssociation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-paymentcryptography/types.rb
Overview
The details of an MPA team association with a protected operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ String
The protected operation associated with the MPA team.
-
#association_state ⇒ String
The state of the MPA team association.
-
#mpa_status ⇒ Types::MpaStatus
The MPA session status for the association, if applicable.
-
#mpa_team_arn ⇒ String
The ARN of the MPA team.
Instance Attribute Details
#action ⇒ String
The protected operation associated with the MPA team.
2250 2251 2252 2253 2254 2255 2256 2257 |
# File 'lib/aws-sdk-paymentcryptography/types.rb', line 2250 class MpaTeamAssociation < Struct.new( :action, :mpa_team_arn, :association_state, :mpa_status) SENSITIVE = [] include Aws::Structure end |
#association_state ⇒ String
The state of the MPA team association.
2250 2251 2252 2253 2254 2255 2256 2257 |
# File 'lib/aws-sdk-paymentcryptography/types.rb', line 2250 class MpaTeamAssociation < Struct.new( :action, :mpa_team_arn, :association_state, :mpa_status) SENSITIVE = [] include Aws::Structure end |
#mpa_status ⇒ Types::MpaStatus
The MPA session status for the association, if applicable.
2250 2251 2252 2253 2254 2255 2256 2257 |
# File 'lib/aws-sdk-paymentcryptography/types.rb', line 2250 class MpaTeamAssociation < Struct.new( :action, :mpa_team_arn, :association_state, :mpa_status) SENSITIVE = [] include Aws::Structure end |
#mpa_team_arn ⇒ String
The ARN of the MPA team.
2250 2251 2252 2253 2254 2255 2256 2257 |
# File 'lib/aws-sdk-paymentcryptography/types.rb', line 2250 class MpaTeamAssociation < Struct.new( :action, :mpa_team_arn, :association_state, :mpa_status) SENSITIVE = [] include Aws::Structure end |