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)


1791
1792
1793
# File 'sig/types.rbs', line 1791

def annotation_prefix
  @annotation_prefix
end

#bucket::String

Returns the value of attribute bucket.

Returns:

  • (::String)


1787
1788
1789
# File 'sig/types.rbs', line 1787

def bucket
  @bucket
end

#continuation_token::String

Returns the value of attribute continuation_token.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • ("requester")


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.

Returns:

  • (::String)


1789
1790
1791
# File 'sig/types.rbs', line 1789

def version_id
  @version_id
end