Class: Aws::Types::StartDirectoryListingResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartDirectoryListingResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#listing_id ⇒ ::String
Returns the value of attribute listing_id.
-
#output_file_name ⇒ ::String
Returns the value of attribute output_file_name.
Instance Attribute Details
#listing_id ⇒ ::String
Returns the value of attribute listing_id.
1227 1228 1229 |
# File 'sig/types.rbs', line 1227 def listing_id @listing_id end |
#output_file_name ⇒ ::String
Returns the value of attribute output_file_name.
1228 1229 1230 |
# File 'sig/types.rbs', line 1228 def output_file_name @output_file_name end |