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.
1760 1761 1762 |
# File 'sig/types.rbs', line 1760 def annotation_count @annotation_count end |
#annotation_prefix ⇒ ::String
Returns the value of attribute annotation_prefix.
1758 1759 1760 |
# File 'sig/types.rbs', line 1758 def annotation_prefix @annotation_prefix end |
#annotations ⇒ ::Array[Types::AnnotationEntry]
Returns the value of attribute annotations.
1754 1755 1756 |
# File 'sig/types.rbs', line 1754 def annotations @annotations end |
#bucket ⇒ ::String
Returns the value of attribute bucket.
1755 1756 1757 |
# File 'sig/types.rbs', line 1755 def bucket @bucket end |
#continuation_token ⇒ ::String
Returns the value of attribute continuation_token.
1761 1762 1763 |
# File 'sig/types.rbs', line 1761 def continuation_token @continuation_token end |
#key ⇒ ::String
Returns the value of attribute key.
1756 1757 1758 |
# File 'sig/types.rbs', line 1756 def key @key end |
#max_annotation_results ⇒ ::Integer
Returns the value of attribute max_annotation_results.
1759 1760 1761 |
# File 'sig/types.rbs', line 1759 def max_annotation_results @max_annotation_results end |
#next_continuation_token ⇒ ::String
Returns the value of attribute next_continuation_token.
1762 1763 1764 |
# File 'sig/types.rbs', line 1762 def next_continuation_token @next_continuation_token end |
#object_version_id ⇒ ::String
Returns the value of attribute object_version_id.
1757 1758 1759 |
# File 'sig/types.rbs', line 1757 def object_version_id @object_version_id end |
#request_charged ⇒ "requester"
Returns the value of attribute request_charged.
1763 1764 1765 |
# File 'sig/types.rbs', line 1763 def request_charged @request_charged end |