Class: Aws::Types::ListObjectAnnotationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListObjectAnnotationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#annotation_prefix ⇒ ::String
Returns the value of attribute annotation_prefix.
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#continuation_token ⇒ ::String
Returns the value of attribute continuation_token.
-
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
-
#key ⇒ ::String
Returns the value of attribute key.
-
#max_annotation_results ⇒ ::Integer
Returns the value of attribute max_annotation_results.
-
#request_payer ⇒ "requester"
Returns the value of attribute request_payer.
-
#version_id ⇒ ::String
Returns the value of attribute version_id.
Instance Attribute Details
#annotation_prefix ⇒ ::String
Returns the value of attribute annotation_prefix.
1791 1792 1793 |
# File 'sig/types.rbs', line 1791 def annotation_prefix @annotation_prefix end |
#bucket ⇒ ::String
Returns the value of attribute bucket.
1787 1788 1789 |
# File 'sig/types.rbs', line 1787 def bucket @bucket end |
#continuation_token ⇒ ::String
Returns the value of attribute continuation_token.
1792 1793 1794 |
# File 'sig/types.rbs', line 1792 def continuation_token @continuation_token end |
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
1794 1795 1796 |
# File 'sig/types.rbs', line 1794 def expected_bucket_owner @expected_bucket_owner end |
#key ⇒ ::String
Returns the value of attribute key.
1788 1789 1790 |
# File 'sig/types.rbs', line 1788 def key @key end |
#max_annotation_results ⇒ ::Integer
Returns the value of attribute max_annotation_results.
1790 1791 1792 |
# File 'sig/types.rbs', line 1790 def max_annotation_results @max_annotation_results end |
#request_payer ⇒ "requester"
Returns the value of attribute request_payer.
1793 1794 1795 |
# File 'sig/types.rbs', line 1793 def request_payer @request_payer end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
1789 1790 1791 |
# File 'sig/types.rbs', line 1789 def version_id @version_id end |