Class: Aws::Types::DeleteObjectsRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#bucket::String

Returns the value of attribute bucket.



713
714
715
# File 'sig/types.rbs', line 713

def bucket
  @bucket
end

#bypass_governance_retentionBoolean

Returns the value of attribute bypass_governance_retention.



717
718
719
# File 'sig/types.rbs', line 717

def bypass_governance_retention
  @bypass_governance_retention
end

#checksum_algorithm"CRC32", ...

Returns the value of attribute checksum_algorithm.



719
720
721
# File 'sig/types.rbs', line 719

def checksum_algorithm
  @checksum_algorithm
end

#deleteTypes::Delete

Returns the value of attribute delete.



714
715
716
# File 'sig/types.rbs', line 714

def delete
  @delete
end

#expected_bucket_owner::String

Returns the value of attribute expected_bucket_owner.



718
719
720
# File 'sig/types.rbs', line 718

def expected_bucket_owner
  @expected_bucket_owner
end

#mfa::String

Returns the value of attribute mfa.



715
716
717
# File 'sig/types.rbs', line 715

def mfa
  @mfa
end

#request_payer"requester"

Returns the value of attribute request_payer.



716
717
718
# File 'sig/types.rbs', line 716

def request_payer
  @request_payer
end