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)


1760
1761
1762
# File 'sig/types.rbs', line 1760

def annotation_count
  @annotation_count
end

#annotation_prefix::String

Returns the value of attribute annotation_prefix.

Returns:

  • (::String)


1758
1759
1760
# File 'sig/types.rbs', line 1758

def annotation_prefix
  @annotation_prefix
end

#annotations::Array[Types::AnnotationEntry]

Returns the value of attribute annotations.

Returns:



1754
1755
1756
# File 'sig/types.rbs', line 1754

def annotations
  @annotations
end

#bucket::String

Returns the value of attribute bucket.

Returns:

  • (::String)


1755
1756
1757
# File 'sig/types.rbs', line 1755

def bucket
  @bucket
end

#continuation_token::String

Returns the value of attribute continuation_token.

Returns:

  • (::String)


1761
1762
1763
# File 'sig/types.rbs', line 1761

def continuation_token
  @continuation_token
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


1756
1757
1758
# File 'sig/types.rbs', line 1756

def key
  @key
end

#max_annotation_results::Integer

Returns the value of attribute max_annotation_results.

Returns:

  • (::Integer)


1759
1760
1761
# File 'sig/types.rbs', line 1759

def max_annotation_results
  @max_annotation_results
end

#next_continuation_token::String

Returns the value of attribute next_continuation_token.

Returns:

  • (::String)


1762
1763
1764
# File 'sig/types.rbs', line 1762

def next_continuation_token
  @next_continuation_token
end

#object_version_id::String

Returns the value of attribute object_version_id.

Returns:

  • (::String)


1757
1758
1759
# File 'sig/types.rbs', line 1757

def object_version_id
  @object_version_id
end

#request_charged"requester"

Returns the value of attribute request_charged.

Returns:

  • ("requester")


1763
1764
1765
# File 'sig/types.rbs', line 1763

def request_charged
  @request_charged
end