Class: Aws::PaymentCryptography::Types::MpaTeamAssociation

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#actionString

The protected operation associated with the MPA team.

Returns:

  • (String)


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_stateString

The state of the MPA team association.

Returns:

  • (String)


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_statusTypes::MpaStatus

The MPA session status for the association, if applicable.

Returns:



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_arnString

The ARN of the MPA team.

Returns:

  • (String)


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