Class: Aws::Types::DeleteObjectAnnotationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#annotation_name::String

Returns the value of attribute annotation_name.

Returns:

  • (::String)


663
664
665
# File 'sig/types.rbs', line 663

def annotation_name
  @annotation_name
end

#bucket::String

Returns the value of attribute bucket.

Returns:

  • (::String)


661
662
663
# File 'sig/types.rbs', line 661

def bucket
  @bucket
end

#expected_bucket_owner::String

Returns the value of attribute expected_bucket_owner.

Returns:

  • (::String)


666
667
668
# File 'sig/types.rbs', line 666

def expected_bucket_owner
  @expected_bucket_owner
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


662
663
664
# File 'sig/types.rbs', line 662

def key
  @key
end

#object_if_match::String

Returns the value of attribute object_if_match.

Returns:

  • (::String)


667
668
669
# File 'sig/types.rbs', line 667

def object_if_match
  @object_if_match
end

#request_payer"requester"

Returns the value of attribute request_payer.

Returns:

  • ("requester")


665
666
667
# File 'sig/types.rbs', line 665

def request_payer
  @request_payer
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


664
665
666
# File 'sig/types.rbs', line 664

def version_id
  @version_id
end