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)


2258
2259
2260
2261
2262
2263
2264
2265
# File 'lib/aws-sdk-paymentcryptography/types.rb', line 2258

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)


2258
2259
2260
2261
2262
2263
2264
2265
# File 'lib/aws-sdk-paymentcryptography/types.rb', line 2258

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:



2258
2259
2260
2261
2262
2263
2264
2265
# File 'lib/aws-sdk-paymentcryptography/types.rb', line 2258

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)


2258
2259
2260
2261
2262
2263
2264
2265
# File 'lib/aws-sdk-paymentcryptography/types.rb', line 2258

class MpaTeamAssociation < Struct.new(
  :action,
  :mpa_team_arn,
  :association_state,
  :mpa_status)
  SENSITIVE = []
  include Aws::Structure
end