Class: Aws::Types::ListObjectsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListObjectsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#common_prefixes ⇒ ::Array[Types::CommonPrefix]
Returns the value of attribute common_prefixes.
-
#contents ⇒ ::Array[Types::Object]
Returns the value of attribute contents.
-
#delimiter ⇒ ::String
Returns the value of attribute delimiter.
-
#encoding_type ⇒ "url"
Returns the value of attribute encoding_type.
-
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_keys ⇒ ::Integer
Returns the value of attribute max_keys.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
-
#prefix ⇒ ::String
Returns the value of attribute prefix.
-
#request_charged ⇒ "requester"
Returns the value of attribute request_charged.
Instance Attribute Details
#common_prefixes ⇒ ::Array[Types::CommonPrefix]
Returns the value of attribute common_prefixes.
1820 1821 1822 |
# File 'sig/types.rbs', line 1820 def common_prefixes @common_prefixes end |
#contents ⇒ ::Array[Types::Object]
Returns the value of attribute contents.
1815 1816 1817 |
# File 'sig/types.rbs', line 1815 def contents @contents end |
#delimiter ⇒ ::String
Returns the value of attribute delimiter.
1818 1819 1820 |
# File 'sig/types.rbs', line 1818 def delimiter @delimiter end |
#encoding_type ⇒ "url"
Returns the value of attribute encoding_type.
1821 1822 1823 |
# File 'sig/types.rbs', line 1821 def encoding_type @encoding_type end |
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
1812 1813 1814 |
# File 'sig/types.rbs', line 1812 def is_truncated @is_truncated end |
#marker ⇒ ::String
Returns the value of attribute marker.
1813 1814 1815 |
# File 'sig/types.rbs', line 1813 def marker @marker end |
#max_keys ⇒ ::Integer
Returns the value of attribute max_keys.
1819 1820 1821 |
# File 'sig/types.rbs', line 1819 def max_keys @max_keys end |
#name ⇒ ::String
Returns the value of attribute name.
1816 1817 1818 |
# File 'sig/types.rbs', line 1816 def name @name end |
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
1814 1815 1816 |
# File 'sig/types.rbs', line 1814 def next_marker @next_marker end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
1817 1818 1819 |
# File 'sig/types.rbs', line 1817 def prefix @prefix end |
#request_charged ⇒ "requester"
Returns the value of attribute request_charged.
1822 1823 1824 |
# File 'sig/types.rbs', line 1822 def request_charged @request_charged end |