Class: Aws::Types::TransactionDescription
- Inherits:
-
Object
- Object
- Aws::Types::TransactionDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#transaction_end_time ⇒ ::Time
Returns the value of attribute transaction_end_time.
-
#transaction_id ⇒ ::String
Returns the value of attribute transaction_id.
-
#transaction_start_time ⇒ ::Time
Returns the value of attribute transaction_start_time.
-
#transaction_status ⇒ "ACTIVE", ...
Returns the value of attribute transaction_status.
Instance Attribute Details
#transaction_end_time ⇒ ::Time
Returns the value of attribute transaction_end_time.
1137 1138 1139 |
# File 'sig/types.rbs', line 1137 def transaction_end_time @transaction_end_time end |
#transaction_id ⇒ ::String
Returns the value of attribute transaction_id.
1134 1135 1136 |
# File 'sig/types.rbs', line 1134 def transaction_id @transaction_id end |
#transaction_start_time ⇒ ::Time
Returns the value of attribute transaction_start_time.
1136 1137 1138 |
# File 'sig/types.rbs', line 1136 def transaction_start_time @transaction_start_time end |
#transaction_status ⇒ "ACTIVE", ...
Returns the value of attribute transaction_status.
1135 1136 1137 |
# File 'sig/types.rbs', line 1135 def transaction_status @transaction_status end |