Class: Aws::Types::Progress

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#processed_objectTypes::ProcessedObject

Returns the value of attribute processed_object.



2278
2279
2280
# File 'sig/types.rbs', line 2278

def processed_object
  @processed_object
end

#progress_percent::Float

Returns the value of attribute progress_percent.

Returns:

  • (::Float)


2275
2276
2277
# File 'sig/types.rbs', line 2275

def progress_percent
  @progress_percent
end

#progress_step::String

Returns the value of attribute progress_step.

Returns:

  • (::String)


2277
2278
2279
# File 'sig/types.rbs', line 2277

def progress_step
  @progress_step
end

#total_objects::Integer

Returns the value of attribute total_objects.

Returns:

  • (::Integer)


2276
2277
2278
# File 'sig/types.rbs', line 2276

def total_objects
  @total_objects
end