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)


11722
11723
11724
# File 'sig/types.rbs', line 11722

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")


11720
11721
11722
# File 'sig/types.rbs', line 11720

def initialization_type
  @initialization_type
end

#progress::Integer

Returns the value of attribute progress.

Returns:

  • (::Integer)


11721
11722
11723
# File 'sig/types.rbs', line 11721

def progress
  @progress
end