Class: Aws::Types::TransferData
- Inherits:
-
Object
- Object
- Aws::Types::TransferData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accept_date ⇒ ::Time
Returns the value of attribute accept_date.
-
#reject_date ⇒ ::Time
Returns the value of attribute reject_date.
-
#reject_reason ⇒ ::String
Returns the value of attribute reject_reason.
-
#transfer_date ⇒ ::Time
Returns the value of attribute transfer_date.
-
#transfer_message ⇒ ::String
Returns the value of attribute transfer_message.
Instance Attribute Details
#accept_date ⇒ ::Time
Returns the value of attribute accept_date.
4982 4983 4984 |
# File 'sig/types.rbs', line 4982 def accept_date @accept_date end |
#reject_date ⇒ ::Time
Returns the value of attribute reject_date.
4983 4984 4985 |
# File 'sig/types.rbs', line 4983 def reject_date @reject_date end |
#reject_reason ⇒ ::String
Returns the value of attribute reject_reason.
4980 4981 4982 |
# File 'sig/types.rbs', line 4980 def reject_reason @reject_reason end |
#transfer_date ⇒ ::Time
Returns the value of attribute transfer_date.
4981 4982 4983 |
# File 'sig/types.rbs', line 4981 def transfer_date @transfer_date end |
#transfer_message ⇒ ::String
Returns the value of attribute transfer_message.
4979 4980 4981 |
# File 'sig/types.rbs', line 4979 def @transfer_message end |