Class: Aws::Types::ListObjectVersionsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListObjectVersionsOutput
- 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.
-
#delete_markers ⇒ ::Array[Types::DeleteMarkerEntry]
Returns the value of attribute delete_markers.
-
#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_marker ⇒ ::String
Returns the value of attribute key_marker.
-
#max_keys ⇒ ::Integer
Returns the value of attribute max_keys.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#next_key_marker ⇒ ::String
Returns the value of attribute next_key_marker.
-
#next_version_id_marker ⇒ ::String
Returns the value of attribute next_version_id_marker.
-
#prefix ⇒ ::String
Returns the value of attribute prefix.
-
#request_charged ⇒ "requester"
Returns the value of attribute request_charged.
-
#version_id_marker ⇒ ::String
Returns the value of attribute version_id_marker.
-
#versions ⇒ ::Array[Types::ObjectVersion]
Returns the value of attribute versions.
Instance Attribute Details
#common_prefixes ⇒ ::Array[Types::CommonPrefix]
Returns the value of attribute common_prefixes.
1810 1811 1812 |
# File 'sig/types.rbs', line 1810 def common_prefixes @common_prefixes end |
#delete_markers ⇒ ::Array[Types::DeleteMarkerEntry]
Returns the value of attribute delete_markers.
1805 1806 1807 |
# File 'sig/types.rbs', line 1805 def delete_markers @delete_markers end |
#delimiter ⇒ ::String
Returns the value of attribute delimiter.
1808 1809 1810 |
# File 'sig/types.rbs', line 1808 def delimiter @delimiter end |
#encoding_type ⇒ "url"
Returns the value of attribute encoding_type.
1811 1812 1813 |
# File 'sig/types.rbs', line 1811 def encoding_type @encoding_type end |
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
1799 1800 1801 |
# File 'sig/types.rbs', line 1799 def is_truncated @is_truncated end |
#key_marker ⇒ ::String
Returns the value of attribute key_marker.
1800 1801 1802 |
# File 'sig/types.rbs', line 1800 def key_marker @key_marker end |
#max_keys ⇒ ::Integer
Returns the value of attribute max_keys.
1809 1810 1811 |
# File 'sig/types.rbs', line 1809 def max_keys @max_keys end |
#name ⇒ ::String
Returns the value of attribute name.
1806 1807 1808 |
# File 'sig/types.rbs', line 1806 def name @name end |
#next_key_marker ⇒ ::String
Returns the value of attribute next_key_marker.
1802 1803 1804 |
# File 'sig/types.rbs', line 1802 def next_key_marker @next_key_marker end |
#next_version_id_marker ⇒ ::String
Returns the value of attribute next_version_id_marker.
1803 1804 1805 |
# File 'sig/types.rbs', line 1803 def next_version_id_marker @next_version_id_marker end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
1807 1808 1809 |
# File 'sig/types.rbs', line 1807 def prefix @prefix end |
#request_charged ⇒ "requester"
Returns the value of attribute request_charged.
1812 1813 1814 |
# File 'sig/types.rbs', line 1812 def request_charged @request_charged end |
#version_id_marker ⇒ ::String
Returns the value of attribute version_id_marker.
1801 1802 1803 |
# File 'sig/types.rbs', line 1801 def version_id_marker @version_id_marker end |
#versions ⇒ ::Array[Types::ObjectVersion]
Returns the value of attribute versions.
1804 1805 1806 |
# File 'sig/types.rbs', line 1804 def versions @versions end |