Class: Aws::Types::DataRepositoryTaskStatus

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#failed_count::Integer

Returns the value of attribute failed_count.



633
634
635
# File 'sig/types.rbs', line 633

def failed_count
  @failed_count
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.



634
635
636
# File 'sig/types.rbs', line 634

def last_updated_time
  @last_updated_time
end

#released_capacity::Integer

Returns the value of attribute released_capacity.



635
636
637
# File 'sig/types.rbs', line 635

def released_capacity
  @released_capacity
end

#succeeded_count::Integer

Returns the value of attribute succeeded_count.



632
633
634
# File 'sig/types.rbs', line 632

def succeeded_count
  @succeeded_count
end

#total_count::Integer

Returns the value of attribute total_count.



631
632
633
# File 'sig/types.rbs', line 631

def total_count
  @total_count
end