Class: Aws::Transfer::Types::StartDirectoryListingResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#listing_idString

Returns a unique identifier for the directory listing call.

Returns:

  • (String)


5142
5143
5144
5145
5146
5147
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 5142

class StartDirectoryListingResponse < Struct.new(
  :listing_id,
  :output_file_name)
  SENSITIVE = []
  include Aws::Structure
end

#output_file_nameString

Returns the file name where the results are stored. This is a combination of the connector ID and the listing ID: <connector-id>-<listing-id>.json.

Returns:

  • (String)


5142
5143
5144
5145
5146
5147
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 5142

class StartDirectoryListingResponse < Struct.new(
  :listing_id,
  :output_file_name)
  SENSITIVE = []
  include Aws::Structure
end