Class: Aws::Types::ConnectorFileTransferResult
- Inherits:
-
Object
- Object
- Aws::Types::ConnectorFileTransferResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#failure_code ⇒ ::String
Returns the value of attribute failure_code.
-
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
-
#file_path ⇒ ::String
Returns the value of attribute file_path.
-
#status_code ⇒ "QUEUED", ...
Returns the value of attribute status_code.
Instance Attribute Details
#failure_code ⇒ ::String
Returns the value of attribute failure_code.
56 57 58 |
# File 'sig/types.rbs', line 56 def failure_code @failure_code end |
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
57 58 59 |
# File 'sig/types.rbs', line 57 def end |
#file_path ⇒ ::String
Returns the value of attribute file_path.
54 55 56 |
# File 'sig/types.rbs', line 54 def file_path @file_path end |
#status_code ⇒ "QUEUED", ...
Returns the value of attribute status_code.
55 56 57 |
# File 'sig/types.rbs', line 55 def status_code @status_code end |