Class: Aws::Types::StartFileTransferRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartFileTransferRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connector_id ⇒ ::String
Returns the value of attribute connector_id.
-
#custom_http_headers ⇒ ::Array[Types::CustomHttpHeader]
Returns the value of attribute custom_http_headers.
-
#local_directory_path ⇒ ::String
Returns the value of attribute local_directory_path.
-
#remote_directory_path ⇒ ::String
Returns the value of attribute remote_directory_path.
-
#retrieve_file_paths ⇒ ::Array[::String]
Returns the value of attribute retrieve_file_paths.
-
#send_file_paths ⇒ ::Array[::String]
Returns the value of attribute send_file_paths.
Instance Attribute Details
#connector_id ⇒ ::String
Returns the value of attribute connector_id.
1233 1234 1235 |
# File 'sig/types.rbs', line 1233 def connector_id @connector_id end |
#custom_http_headers ⇒ ::Array[Types::CustomHttpHeader]
Returns the value of attribute custom_http_headers.
1238 1239 1240 |
# File 'sig/types.rbs', line 1238 def custom_http_headers @custom_http_headers end |
#local_directory_path ⇒ ::String
Returns the value of attribute local_directory_path.
1236 1237 1238 |
# File 'sig/types.rbs', line 1236 def local_directory_path @local_directory_path end |
#remote_directory_path ⇒ ::String
Returns the value of attribute remote_directory_path.
1237 1238 1239 |
# File 'sig/types.rbs', line 1237 def remote_directory_path @remote_directory_path end |
#retrieve_file_paths ⇒ ::Array[::String]
Returns the value of attribute retrieve_file_paths.
1235 1236 1237 |
# File 'sig/types.rbs', line 1235 def retrieve_file_paths @retrieve_file_paths end |
#send_file_paths ⇒ ::Array[::String]
Returns the value of attribute send_file_paths.
1234 1235 1236 |
# File 'sig/types.rbs', line 1234 def send_file_paths @send_file_paths end |