Class: Aws::Types::DeleteObjectRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bucket::String

Returns the value of attribute bucket.

Returns:

  • (::String)


672
673
674
# File 'sig/types.rbs', line 672

def bucket
  @bucket
end

#bypass_governance_retentionBoolean

Returns the value of attribute bypass_governance_retention.

Returns:

  • (Boolean)


677
678
679
# File 'sig/types.rbs', line 677

def bypass_governance_retention
  @bypass_governance_retention
end

#expected_bucket_owner::String

Returns the value of attribute expected_bucket_owner.

Returns:

  • (::String)


678
679
680
# File 'sig/types.rbs', line 678

def expected_bucket_owner
  @expected_bucket_owner
end

#if_match::String

Returns the value of attribute if_match.

Returns:

  • (::String)


679
680
681
# File 'sig/types.rbs', line 679

def if_match
  @if_match
end

#if_match_last_modified_time::Time

Returns the value of attribute if_match_last_modified_time.

Returns:

  • (::Time)


680
681
682
# File 'sig/types.rbs', line 680

def if_match_last_modified_time
  @if_match_last_modified_time
end

#if_match_size::Integer

Returns the value of attribute if_match_size.

Returns:

  • (::Integer)


681
682
683
# File 'sig/types.rbs', line 681

def if_match_size
  @if_match_size
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


673
674
675
# File 'sig/types.rbs', line 673

def key
  @key
end

#mfa::String

Returns the value of attribute mfa.

Returns:

  • (::String)


674
675
676
# File 'sig/types.rbs', line 674

def mfa
  @mfa
end

#request_payer"requester"

Returns the value of attribute request_payer.

Returns:

  • ("requester")


676
677
678
# File 'sig/types.rbs', line 676

def request_payer
  @request_payer
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


675
676
677
# File 'sig/types.rbs', line 675

def version_id
  @version_id
end