Class: Aws::Types::ListObjectAnnotationsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListObjectAnnotationsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#annotation_count ⇒ ::Integer
Returns the value of attribute annotation_count.
-
#annotation_prefix ⇒ ::String
Returns the value of attribute annotation_prefix.
-
#annotations ⇒ ::Array[Types::AnnotationEntry]
Returns the value of attribute annotations.
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#continuation_token ⇒ ::String
Returns the value of attribute continuation_token.
-
#key ⇒ ::String
Returns the value of attribute key.
-
#max_annotation_results ⇒ ::Integer
Returns the value of attribute max_annotation_results.
-
#next_continuation_token ⇒ ::String
Returns the value of attribute next_continuation_token.
-
#object_version_id ⇒ ::String
Returns the value of attribute object_version_id.
-
#request_charged ⇒ "requester"
Returns the value of attribute request_charged.
Instance Attribute Details
#annotation_count ⇒ ::Integer
Returns the value of attribute annotation_count.
1779 1780 1781 |
# File 'sig/types.rbs', line 1779 def annotation_count @annotation_count end |
#annotation_prefix ⇒ ::String
Returns the value of attribute annotation_prefix.
1777 1778 1779 |
# File 'sig/types.rbs', line 1777 def annotation_prefix @annotation_prefix end |
#annotations ⇒ ::Array[Types::AnnotationEntry]
Returns the value of attribute annotations.
1773 1774 1775 |
# File 'sig/types.rbs', line 1773 def annotations @annotations end |
#bucket ⇒ ::String
Returns the value of attribute bucket.
1774 1775 1776 |
# File 'sig/types.rbs', line 1774 def bucket @bucket end |
#continuation_token ⇒ ::String
Returns the value of attribute continuation_token.
1780 1781 1782 |
# File 'sig/types.rbs', line 1780 def continuation_token @continuation_token end |
#key ⇒ ::String
Returns the value of attribute key.
1775 1776 1777 |
# File 'sig/types.rbs', line 1775 def key @key end |
#max_annotation_results ⇒ ::Integer
Returns the value of attribute max_annotation_results.
1778 1779 1780 |
# File 'sig/types.rbs', line 1778 def max_annotation_results @max_annotation_results end |
#next_continuation_token ⇒ ::String
Returns the value of attribute next_continuation_token.
1781 1782 1783 |
# File 'sig/types.rbs', line 1781 def next_continuation_token @next_continuation_token end |
#object_version_id ⇒ ::String
Returns the value of attribute object_version_id.
1776 1777 1778 |
# File 'sig/types.rbs', line 1776 def object_version_id @object_version_id end |
#request_charged ⇒ "requester"
Returns the value of attribute request_charged.
1782 1783 1784 |
# File 'sig/types.rbs', line 1782 def request_charged @request_charged end |