Class: Aws::Types::ListObjectsV2Request
- Inherits:
-
Object
- Object
- Aws::Types::ListObjectsV2Request
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#continuation_token ⇒ ::String
Returns the value of attribute continuation_token.
-
#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.
-
#fetch_owner ⇒ Boolean
Returns the value of attribute fetch_owner.
-
#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.
-
#start_after ⇒ ::String
Returns the value of attribute start_after.
Instance Attribute Details
#bucket ⇒ ::String
Returns the value of attribute bucket.
1857 1858 1859 |
# File 'sig/types.rbs', line 1857 def bucket @bucket end |
#continuation_token ⇒ ::String
Returns the value of attribute continuation_token.
1862 1863 1864 |
# File 'sig/types.rbs', line 1862 def continuation_token @continuation_token end |
#delimiter ⇒ ::String
Returns the value of attribute delimiter.
1858 1859 1860 |
# File 'sig/types.rbs', line 1858 def delimiter @delimiter end |
#encoding_type ⇒ "url"
Returns the value of attribute encoding_type.
1859 1860 1861 |
# File 'sig/types.rbs', line 1859 def encoding_type @encoding_type end |
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
1866 1867 1868 |
# File 'sig/types.rbs', line 1866 def expected_bucket_owner @expected_bucket_owner end |
#fetch_owner ⇒ Boolean
Returns the value of attribute fetch_owner.
1863 1864 1865 |
# File 'sig/types.rbs', line 1863 def fetch_owner @fetch_owner end |
#max_keys ⇒ ::Integer
Returns the value of attribute max_keys.
1860 1861 1862 |
# File 'sig/types.rbs', line 1860 def max_keys @max_keys end |
#optional_object_attributes ⇒ ::Array[("RestoreStatus")]
Returns the value of attribute optional_object_attributes.
1867 1868 1869 |
# File 'sig/types.rbs', line 1867 def optional_object_attributes @optional_object_attributes end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
1861 1862 1863 |
# File 'sig/types.rbs', line 1861 def prefix @prefix end |
#request_payer ⇒ "requester"
Returns the value of attribute request_payer.
1865 1866 1867 |
# File 'sig/types.rbs', line 1865 def request_payer @request_payer end |
#start_after ⇒ ::String
Returns the value of attribute start_after.
1864 1865 1866 |
# File 'sig/types.rbs', line 1864 def start_after @start_after end |