Class: Aws::Types::StartDirectoryListingRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartDirectoryListingRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connector_id ⇒ ::String
Returns the value of attribute connector_id.
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
-
#output_directory_path ⇒ ::String
Returns the value of attribute output_directory_path.
-
#remote_directory_path ⇒ ::String
Returns the value of attribute remote_directory_path.
Instance Attribute Details
#connector_id ⇒ ::String
Returns the value of attribute connector_id.
1219 1220 1221 |
# File 'sig/types.rbs', line 1219 def connector_id @connector_id end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
1221 1222 1223 |
# File 'sig/types.rbs', line 1221 def max_items @max_items end |
#output_directory_path ⇒ ::String
Returns the value of attribute output_directory_path.
1222 1223 1224 |
# File 'sig/types.rbs', line 1222 def output_directory_path @output_directory_path end |
#remote_directory_path ⇒ ::String
Returns the value of attribute remote_directory_path.
1220 1221 1222 |
# File 'sig/types.rbs', line 1220 def remote_directory_path @remote_directory_path end |