Class: Aws::Types::ListObjectsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListObjectsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#delimiter ⇒ ::String
Returns the value of attribute delimiter.
-
#encoding_type ⇒ "url"
Returns the value of attribute encoding_type.
-
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_keys ⇒ ::Integer
Returns the value of attribute max_keys.
-
#optional_object_attributes ⇒ ::Array[("RestoreStatus")]
Returns the value of attribute optional_object_attributes.
-
#prefix ⇒ ::String
Returns the value of attribute prefix.
-
#request_payer ⇒ "requester"
Returns the value of attribute request_payer.
Instance Attribute Details
#bucket ⇒ ::String
Returns the value of attribute bucket.
1846 1847 1848 |
# File 'sig/types.rbs', line 1846 def bucket @bucket end |
#delimiter ⇒ ::String
Returns the value of attribute delimiter.
1847 1848 1849 |
# File 'sig/types.rbs', line 1847 def delimiter @delimiter end |
#encoding_type ⇒ "url"
Returns the value of attribute encoding_type.
1848 1849 1850 |
# File 'sig/types.rbs', line 1848 def encoding_type @encoding_type end |
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
1853 1854 1855 |
# File 'sig/types.rbs', line 1853 def expected_bucket_owner @expected_bucket_owner end |
#marker ⇒ ::String
Returns the value of attribute marker.
1849 1850 1851 |
# File 'sig/types.rbs', line 1849 def marker @marker end |
#max_keys ⇒ ::Integer
Returns the value of attribute max_keys.
1850 1851 1852 |
# File 'sig/types.rbs', line 1850 def max_keys @max_keys end |
#optional_object_attributes ⇒ ::Array[("RestoreStatus")]
Returns the value of attribute optional_object_attributes.
1854 1855 1856 |
# File 'sig/types.rbs', line 1854 def optional_object_attributes @optional_object_attributes end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
1851 1852 1853 |
# File 'sig/types.rbs', line 1851 def prefix @prefix end |
#request_payer ⇒ "requester"
Returns the value of attribute request_payer.
1852 1853 1854 |
# File 'sig/types.rbs', line 1852 def request_payer @request_payer end |