Class: Aws::Types::StartFileTransferRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connector_id::String

Returns the value of attribute connector_id.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


1234
1235
1236
# File 'sig/types.rbs', line 1234

def send_file_paths
  @send_file_paths
end