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.
1791 1792 1793 |
# File 'sig/types.rbs', line 1791 def common_prefixes @common_prefixes end |
#delete_markers ⇒ ::Array[Types::DeleteMarkerEntry]
Returns the value of attribute delete_markers.
1786 1787 1788 |
# File 'sig/types.rbs', line 1786 def delete_markers @delete_markers end |
#delimiter ⇒ ::String
Returns the value of attribute delimiter.
1789 1790 1791 |
# File 'sig/types.rbs', line 1789 def delimiter @delimiter end |
#encoding_type ⇒ "url"
Returns the value of attribute encoding_type.
1792 1793 1794 |
# File 'sig/types.rbs', line 1792 def encoding_type @encoding_type end |
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
1780 1781 1782 |
# File 'sig/types.rbs', line 1780 def is_truncated @is_truncated end |
#key_marker ⇒ ::String
Returns the value of attribute key_marker.
1781 1782 1783 |
# File 'sig/types.rbs', line 1781 def key_marker @key_marker end |
#max_keys ⇒ ::Integer
Returns the value of attribute max_keys.
1790 1791 1792 |
# File 'sig/types.rbs', line 1790 def max_keys @max_keys end |
#name ⇒ ::String
Returns the value of attribute name.
1787 1788 1789 |
# File 'sig/types.rbs', line 1787 def name @name end |
#next_key_marker ⇒ ::String
Returns the value of attribute next_key_marker.
1783 1784 1785 |
# File 'sig/types.rbs', line 1783 def next_key_marker @next_key_marker end |
#next_version_id_marker ⇒ ::String
Returns the value of attribute next_version_id_marker.
1784 1785 1786 |
# File 'sig/types.rbs', line 1784 def next_version_id_marker @next_version_id_marker end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
1788 1789 1790 |
# File 'sig/types.rbs', line 1788 def prefix @prefix end |
#request_charged ⇒ "requester"
Returns the value of attribute request_charged.
1793 1794 1795 |
# File 'sig/types.rbs', line 1793 def request_charged @request_charged end |
#version_id_marker ⇒ ::String
Returns the value of attribute version_id_marker.
1782 1783 1784 |
# File 'sig/types.rbs', line 1782 def version_id_marker @version_id_marker end |
#versions ⇒ ::Array[Types::ObjectVersion]
Returns the value of attribute versions.
1785 1786 1787 |
# File 'sig/types.rbs', line 1785 def versions @versions end |