Class: Aws::PaymentCryptography::Types::MpaStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptography::Types::MpaStatus
- 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
-
#initiation_date ⇒ Time
The date and time when the MPA session was initiated.
-
#mpa_session_arn ⇒ String
The ARN of the MPA session.
-
#status ⇒ String
The current status of the MPA session.
-
#status_message ⇒ String
The message providing additional information about the MPA session status.
Instance Attribute Details
#initiation_date ⇒ Time
The date and time when the MPA session was initiated.
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_arn ⇒ String
The ARN of the MPA session.
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 ⇒ String
The current status of the MPA session.
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_message ⇒ String
The message providing additional information about the MPA session status.
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 |