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.
1839 1840 1841 |
# File 'sig/types.rbs', line 1839 def common_prefixes @common_prefixes end |
#contents ⇒ ::Array[Types::Object]
Returns the value of attribute contents.
1834 1835 1836 |
# File 'sig/types.rbs', line 1834 def contents @contents end |
#delimiter ⇒ ::String
Returns the value of attribute delimiter.
1837 1838 1839 |
# File 'sig/types.rbs', line 1837 def delimiter @delimiter end |
#encoding_type ⇒ "url"
Returns the value of attribute encoding_type.
1840 1841 1842 |
# File 'sig/types.rbs', line 1840 def encoding_type @encoding_type end |
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
1831 1832 1833 |
# File 'sig/types.rbs', line 1831 def is_truncated @is_truncated end |
#marker ⇒ ::String
Returns the value of attribute marker.
1832 1833 1834 |
# File 'sig/types.rbs', line 1832 def marker @marker end |
#max_keys ⇒ ::Integer
Returns the value of attribute max_keys.
1838 1839 1840 |
# File 'sig/types.rbs', line 1838 def max_keys @max_keys end |
#name ⇒ ::String
Returns the value of attribute name.
1835 1836 1837 |
# File 'sig/types.rbs', line 1835 def name @name end |
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
1833 1834 1835 |
# File 'sig/types.rbs', line 1833 def next_marker @next_marker end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
1836 1837 1838 |
# File 'sig/types.rbs', line 1836 def prefix @prefix end |
#request_charged ⇒ "requester"
Returns the value of attribute request_charged.
1841 1842 1843 |
# File 'sig/types.rbs', line 1841 def request_charged @request_charged end |