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)


656
657
658
# File 'sig/types.rbs', line 656

def annotation_name
  @annotation_name
end

#bucket::String

Returns the value of attribute bucket.

Returns:

  • (::String)


654
655
656
# File 'sig/types.rbs', line 654

def bucket
  @bucket
end

#expected_bucket_owner::String

Returns the value of attribute expected_bucket_owner.

Returns:

  • (::String)


659
660
661
# File 'sig/types.rbs', line 659

def expected_bucket_owner
  @expected_bucket_owner
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


655
656
657
# File 'sig/types.rbs', line 655

def key
  @key
end

#object_if_match::String

Returns the value of attribute object_if_match.

Returns:

  • (::String)


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

def object_if_match
  @object_if_match
end

#request_payer"requester"

Returns the value of attribute request_payer.

Returns:

  • ("requester")


658
659
660
# File 'sig/types.rbs', line 658

def request_payer
  @request_payer
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


657
658
659
# File 'sig/types.rbs', line 657

def version_id
  @version_id
end