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)


11237
11238
11239
# File 'sig/types.rbs', line 11237

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


11235
11236
11237
# File 'sig/types.rbs', line 11235

def initialization_type
  @initialization_type
end

#progress::Integer

Returns the value of attribute progress.

Returns:

  • (::Integer)


11236
11237
11238
# File 'sig/types.rbs', line 11236

def progress
  @progress
end