Class: Aws::Types::AddObjectInput

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)


30
31
32
# File 'sig/types.rbs', line 30

def etag
  @etag
end

#partition_values::Array[::String]

Returns the value of attribute partition_values.

Returns:

  • (::Array[::String])


32
33
34
# File 'sig/types.rbs', line 32

def partition_values
  @partition_values
end

#size::Integer

Returns the value of attribute size.

Returns:

  • (::Integer)


31
32
33
# File 'sig/types.rbs', line 31

def size
  @size
end

#uri::String

Returns the value of attribute uri.

Returns:

  • (::String)


29
30
31
# File 'sig/types.rbs', line 29

def uri
  @uri
end