Class: Aws::Types::DeleteObjectInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#etag::String

Returns the value of attribute etag.

Returns:

  • (::String)


305
306
307
# File 'sig/types.rbs', line 305

def etag
  @etag
end

#partition_values::Array[::String]

Returns the value of attribute partition_values.

Returns:

  • (::Array[::String])


306
307
308
# File 'sig/types.rbs', line 306

def partition_values
  @partition_values
end

#uri::String

Returns the value of attribute uri.

Returns:

  • (::String)


304
305
306
# File 'sig/types.rbs', line 304

def uri
  @uri
end