Class: Aws::Types::ListObjectsV2Output
- Inherits:
-
Object
- Object
- Aws::Types::ListObjectsV2Output
- 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.
-
#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.
-
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
-
#key_count ⇒ ::Integer
Returns the value of attribute key_count.
-
#max_keys ⇒ ::Integer
Returns the value of attribute max_keys.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#next_continuation_token ⇒ ::String
Returns the value of attribute next_continuation_token.
-
#prefix ⇒ ::String
Returns the value of attribute prefix.
-
#request_charged ⇒ "requester"
Returns the value of attribute request_charged.
-
#start_after ⇒ ::String
Returns the value of attribute start_after.
Instance Attribute Details
#common_prefixes ⇒ ::Array[Types::CommonPrefix]
Returns the value of attribute common_prefixes.
1846 1847 1848 |
# File 'sig/types.rbs', line 1846 def common_prefixes @common_prefixes end |
#contents ⇒ ::Array[Types::Object]
Returns the value of attribute contents.
1841 1842 1843 |
# File 'sig/types.rbs', line 1841 def contents @contents end |
#continuation_token ⇒ ::String
Returns the value of attribute continuation_token.
1849 1850 1851 |
# File 'sig/types.rbs', line 1849 def continuation_token @continuation_token end |
#delimiter ⇒ ::String
Returns the value of attribute delimiter.
1844 1845 1846 |
# File 'sig/types.rbs', line 1844 def delimiter @delimiter end |
#encoding_type ⇒ "url"
Returns the value of attribute encoding_type.
1847 1848 1849 |
# File 'sig/types.rbs', line 1847 def encoding_type @encoding_type end |
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
1840 1841 1842 |
# File 'sig/types.rbs', line 1840 def is_truncated @is_truncated end |
#key_count ⇒ ::Integer
Returns the value of attribute key_count.
1848 1849 1850 |
# File 'sig/types.rbs', line 1848 def key_count @key_count end |
#max_keys ⇒ ::Integer
Returns the value of attribute max_keys.
1845 1846 1847 |
# File 'sig/types.rbs', line 1845 def max_keys @max_keys end |
#name ⇒ ::String
Returns the value of attribute name.
1842 1843 1844 |
# File 'sig/types.rbs', line 1842 def name @name end |
#next_continuation_token ⇒ ::String
Returns the value of attribute next_continuation_token.
1850 1851 1852 |
# File 'sig/types.rbs', line 1850 def next_continuation_token @next_continuation_token end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
1843 1844 1845 |
# File 'sig/types.rbs', line 1843 def prefix @prefix end |
#request_charged ⇒ "requester"
Returns the value of attribute request_charged.
1852 1853 1854 |
# File 'sig/types.rbs', line 1852 def request_charged @request_charged end |
#start_after ⇒ ::String
Returns the value of attribute start_after.
1851 1852 1853 |
# File 'sig/types.rbs', line 1851 def start_after @start_after end |