Class: Aws::Types::InitializationStatusDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#estimated_time_to_complete_in_seconds::Integer

Returns the value of attribute estimated_time_to_complete_in_seconds.

Returns:

  • (::Integer)


11498
11499
11500
# File 'sig/types.rbs', line 11498

def estimated_time_to_complete_in_seconds
  @estimated_time_to_complete_in_seconds
end

#initialization_type"default", ...

Returns the value of attribute initialization_type.

Returns:

  • ("default", "provisioned-rate", "volume-copy")


11496
11497
11498
# File 'sig/types.rbs', line 11496

def initialization_type
  @initialization_type
end

#progress::Integer

Returns the value of attribute progress.

Returns:

  • (::Integer)


11497
11498
11499
# File 'sig/types.rbs', line 11497

def progress
  @progress
end