Class: Aws::Types::ListObjectAnnotationsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#annotation_prefix::String

Returns the value of attribute annotation_prefix.

Returns:

  • (::String)


1772
1773
1774
# File 'sig/types.rbs', line 1772

def annotation_prefix
  @annotation_prefix
end

#bucket::String

Returns the value of attribute bucket.

Returns:

  • (::String)


1768
1769
1770
# File 'sig/types.rbs', line 1768

def bucket
  @bucket
end

#continuation_token::String

Returns the value of attribute continuation_token.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • ("requester")


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.

Returns:

  • (::String)


1770
1771
1772
# File 'sig/types.rbs', line 1770

def version_id
  @version_id
end