Class: Aws::Transfer::Types::StartDirectoryListingResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::StartDirectoryListingResponse
- Defined in:
- gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#listing_id ⇒ String
Returns a unique identifier for the directory listing call.
-
#output_file_name ⇒ String
Returns the file name where the results are stored.
Instance Attribute Details
#listing_id ⇒ String
Returns a unique identifier for the directory listing call.
5164 5165 5166 5167 5168 5169 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 5164 class StartDirectoryListingResponse < Struct.new( :listing_id, :output_file_name) SENSITIVE = [] include Aws::Structure end |
#output_file_name ⇒ String
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
.
5164 5165 5166 5167 5168 5169 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 5164 class StartDirectoryListingResponse < Struct.new( :listing_id, :output_file_name) SENSITIVE = [] include Aws::Structure end |