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.
1876 1877 1878 |
# File 'sig/types.rbs', line 1876 def bucket @bucket end |
#continuation_token ⇒ ::String
Returns the value of attribute continuation_token.
1881 1882 1883 |
# File 'sig/types.rbs', line 1881 def continuation_token @continuation_token end |
#delimiter ⇒ ::String
Returns the value of attribute delimiter.
1877 1878 1879 |
# File 'sig/types.rbs', line 1877 def delimiter @delimiter end |
#encoding_type ⇒ "url"
Returns the value of attribute encoding_type.
1878 1879 1880 |
# File 'sig/types.rbs', line 1878 def encoding_type @encoding_type end |
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
1885 1886 1887 |
# File 'sig/types.rbs', line 1885 def expected_bucket_owner @expected_bucket_owner end |
#fetch_owner ⇒ Boolean
Returns the value of attribute fetch_owner.
1882 1883 1884 |
# File 'sig/types.rbs', line 1882 def fetch_owner @fetch_owner end |
#max_keys ⇒ ::Integer
Returns the value of attribute max_keys.
1879 1880 1881 |
# File 'sig/types.rbs', line 1879 def max_keys @max_keys end |
#optional_object_attributes ⇒ ::Array[("RestoreStatus")]
Returns the value of attribute optional_object_attributes.
1886 1887 1888 |
# File 'sig/types.rbs', line 1886 def optional_object_attributes @optional_object_attributes end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
1880 1881 1882 |
# File 'sig/types.rbs', line 1880 def prefix @prefix end |
#request_payer ⇒ "requester"
Returns the value of attribute request_payer.
1884 1885 1886 |
# File 'sig/types.rbs', line 1884 def request_payer @request_payer end |
#start_after ⇒ ::String
Returns the value of attribute start_after.
1883 1884 1885 |
# File 'sig/types.rbs', line 1883 def start_after @start_after end |