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.
1827 1828 1829 |
# File 'sig/types.rbs', line 1827 def bucket @bucket end |
#delimiter ⇒ ::String
Returns the value of attribute delimiter.
1828 1829 1830 |
# File 'sig/types.rbs', line 1828 def delimiter @delimiter end |
#encoding_type ⇒ "url"
Returns the value of attribute encoding_type.
1829 1830 1831 |
# File 'sig/types.rbs', line 1829 def encoding_type @encoding_type end |
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
1834 1835 1836 |
# File 'sig/types.rbs', line 1834 def expected_bucket_owner @expected_bucket_owner end |
#marker ⇒ ::String
Returns the value of attribute marker.
1830 1831 1832 |
# File 'sig/types.rbs', line 1830 def marker @marker end |
#max_keys ⇒ ::Integer
Returns the value of attribute max_keys.
1831 1832 1833 |
# File 'sig/types.rbs', line 1831 def max_keys @max_keys end |
#optional_object_attributes ⇒ ::Array[("RestoreStatus")]
Returns the value of attribute optional_object_attributes.
1835 1836 1837 |
# File 'sig/types.rbs', line 1835 def optional_object_attributes @optional_object_attributes end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
1832 1833 1834 |
# File 'sig/types.rbs', line 1832 def prefix @prefix end |
#request_payer ⇒ "requester"
Returns the value of attribute request_payer.
1833 1834 1835 |
# File 'sig/types.rbs', line 1833 def request_payer @request_payer end |