Class: Aws::SMS::Types::ReplicationRunStageDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb

Overview

Details of the current stage of a replication run.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stageString

The current stage of a replication run.

Returns:

  • (String)


1438
1439
1440
1441
1442
1443
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 1438

class ReplicationRunStageDetails < Struct.new(
  :stage,
  :stage_progress)
  SENSITIVE = []
  include Aws::Structure
end

#stage_progressString

The progress of the current stage of a replication run.

Returns:

  • (String)


1438
1439
1440
1441
1442
1443
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 1438

class ReplicationRunStageDetails < Struct.new(
  :stage,
  :stage_progress)
  SENSITIVE = []
  include Aws::Structure
end