Class: Aws::Types::DataTransfer

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bytes_transferred::Integer

Returns the value of attribute bytes_transferred.

Returns:

  • (::Integer)


179
180
181
# File 'sig/types.rbs', line 179

def bytes_transferred
  @bytes_transferred
end

#objects_transferred::Integer

Returns the value of attribute objects_transferred.

Returns:

  • (::Integer)


180
181
182
# File 'sig/types.rbs', line 180

def objects_transferred
  @objects_transferred
end

#total_bytes::Integer

Returns the value of attribute total_bytes.

Returns:

  • (::Integer)


181
182
183
# File 'sig/types.rbs', line 181

def total_bytes
  @total_bytes
end

#total_objects::Integer

Returns the value of attribute total_objects.

Returns:

  • (::Integer)


182
183
184
# File 'sig/types.rbs', line 182

def total_objects
  @total_objects
end