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.
1772 1773 1774 |
# File 'sig/types.rbs', line 1772 def annotation_prefix @annotation_prefix end |
#bucket ⇒ ::String
Returns the value of attribute bucket.
1768 1769 1770 |
# File 'sig/types.rbs', line 1768 def bucket @bucket end |
#continuation_token ⇒ ::String
Returns the value of attribute continuation_token.
1773 1774 1775 |
# File 'sig/types.rbs', line 1773 def continuation_token @continuation_token end |
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
1775 1776 1777 |
# File 'sig/types.rbs', line 1775 def expected_bucket_owner @expected_bucket_owner end |
#key ⇒ ::String
Returns the value of attribute key.
1769 1770 1771 |
# File 'sig/types.rbs', line 1769 def key @key end |
#max_annotation_results ⇒ ::Integer
Returns the value of attribute max_annotation_results.
1771 1772 1773 |
# File 'sig/types.rbs', line 1771 def max_annotation_results @max_annotation_results end |
#request_payer ⇒ "requester"
Returns the value of attribute request_payer.
1774 1775 1776 |
# File 'sig/types.rbs', line 1774 def request_payer @request_payer end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
1770 1771 1772 |
# File 'sig/types.rbs', line 1770 def version_id @version_id end |