Class: Aws::PaymentCryptography::Types::MpaStatus

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-paymentcryptography/types.rb

Overview

The status of an MPA session.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#initiation_dateTime

The date and time when the MPA session was initiated.

Returns:

  • (Time)


2221
2222
2223
2224
2225
2226
2227
2228
# File 'lib/aws-sdk-paymentcryptography/types.rb', line 2221

class MpaStatus < Struct.new(
  :mpa_session_arn,
  :status,
  :initiation_date,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#mpa_session_arnString

The ARN of the MPA session.

Returns:

  • (String)


2221
2222
2223
2224
2225
2226
2227
2228
# File 'lib/aws-sdk-paymentcryptography/types.rb', line 2221

class MpaStatus < Struct.new(
  :mpa_session_arn,
  :status,
  :initiation_date,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the MPA session.

Returns:

  • (String)


2221
2222
2223
2224
2225
2226
2227
2228
# File 'lib/aws-sdk-paymentcryptography/types.rb', line 2221

class MpaStatus < Struct.new(
  :mpa_session_arn,
  :status,
  :initiation_date,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#status_messageString

The message providing additional information about the MPA session status.

Returns:

  • (String)


2221
2222
2223
2224
2225
2226
2227
2228
# File 'lib/aws-sdk-paymentcryptography/types.rb', line 2221

class MpaStatus < Struct.new(
  :mpa_session_arn,
  :status,
  :initiation_date,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end