Class: Aws::Types::ListObjectAnnotationsOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#annotation_count::Integer

Returns the value of attribute annotation_count.

Returns:

  • (::Integer)


1779
1780
1781
# File 'sig/types.rbs', line 1779

def annotation_count
  @annotation_count
end

#annotation_prefix::String

Returns the value of attribute annotation_prefix.

Returns:

  • (::String)


1777
1778
1779
# File 'sig/types.rbs', line 1777

def annotation_prefix
  @annotation_prefix
end

#annotations::Array[Types::AnnotationEntry]

Returns the value of attribute annotations.

Returns:



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

def annotations
  @annotations
end

#bucket::String

Returns the value of attribute bucket.

Returns:

  • (::String)


1774
1775
1776
# File 'sig/types.rbs', line 1774

def bucket
  @bucket
end

#continuation_token::String

Returns the value of attribute continuation_token.

Returns:

  • (::String)


1780
1781
1782
# File 'sig/types.rbs', line 1780

def continuation_token
  @continuation_token
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


1775
1776
1777
# File 'sig/types.rbs', line 1775

def key
  @key
end

#max_annotation_results::Integer

Returns the value of attribute max_annotation_results.

Returns:

  • (::Integer)


1778
1779
1780
# File 'sig/types.rbs', line 1778

def max_annotation_results
  @max_annotation_results
end

#next_continuation_token::String

Returns the value of attribute next_continuation_token.

Returns:

  • (::String)


1781
1782
1783
# File 'sig/types.rbs', line 1781

def next_continuation_token
  @next_continuation_token
end

#object_version_id::String

Returns the value of attribute object_version_id.

Returns:

  • (::String)


1776
1777
1778
# File 'sig/types.rbs', line 1776

def object_version_id
  @object_version_id
end

#request_charged"requester"

Returns the value of attribute request_charged.

Returns:

  • ("requester")


1782
1783
1784
# File 'sig/types.rbs', line 1782

def request_charged
  @request_charged
end