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.
1865 1866 1867 |
# File 'sig/types.rbs', line 1865 def common_prefixes @common_prefixes end |
#contents ⇒ ::Array[Types::Object]
Returns the value of attribute contents.
1860 1861 1862 |
# File 'sig/types.rbs', line 1860 def contents @contents end |
#continuation_token ⇒ ::String
Returns the value of attribute continuation_token.
1868 1869 1870 |
# File 'sig/types.rbs', line 1868 def continuation_token @continuation_token end |
#delimiter ⇒ ::String
Returns the value of attribute delimiter.
1863 1864 1865 |
# File 'sig/types.rbs', line 1863 def delimiter @delimiter end |
#encoding_type ⇒ "url"
Returns the value of attribute encoding_type.
1866 1867 1868 |
# File 'sig/types.rbs', line 1866 def encoding_type @encoding_type end |
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
1859 1860 1861 |
# File 'sig/types.rbs', line 1859 def is_truncated @is_truncated end |
#key_count ⇒ ::Integer
Returns the value of attribute key_count.
1867 1868 1869 |
# File 'sig/types.rbs', line 1867 def key_count @key_count end |
#max_keys ⇒ ::Integer
Returns the value of attribute max_keys.
1864 1865 1866 |
# File 'sig/types.rbs', line 1864 def max_keys @max_keys end |
#name ⇒ ::String
Returns the value of attribute name.
1861 1862 1863 |
# File 'sig/types.rbs', line 1861 def name @name end |
#next_continuation_token ⇒ ::String
Returns the value of attribute next_continuation_token.
1869 1870 1871 |
# File 'sig/types.rbs', line 1869 def next_continuation_token @next_continuation_token end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
1862 1863 1864 |
# File 'sig/types.rbs', line 1862 def prefix @prefix end |
#request_charged ⇒ "requester"
Returns the value of attribute request_charged.
1871 1872 1873 |
# File 'sig/types.rbs', line 1871 def request_charged @request_charged end |
#start_after ⇒ ::String
Returns the value of attribute start_after.
1870 1871 1872 |
# File 'sig/types.rbs', line 1870 def start_after @start_after end |