Class: Aws::SMS::Types::ReplicationRun

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

Overview

Represents a replication run.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ami_idString

The ID of the Amazon Machine Image (AMI) from the replication run.

Returns:

  • (String)


1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 1396

class ReplicationRun < Struct.new(
  :replication_run_id,
  :state,
  :type,
  :stage_details,
  :status_message,
  :ami_id,
  :scheduled_start_time,
  :completed_time,
  :description,
  :encrypted,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#completed_timeTime

The completion time of the last replication run.

Returns:

  • (Time)


1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 1396

class ReplicationRun < Struct.new(
  :replication_run_id,
  :state,
  :type,
  :stage_details,
  :status_message,
  :ami_id,
  :scheduled_start_time,
  :completed_time,
  :description,
  :encrypted,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the replication run.

Returns:

  • (String)


1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 1396

class ReplicationRun < Struct.new(
  :replication_run_id,
  :state,
  :type,
  :stage_details,
  :status_message,
  :ami_id,
  :scheduled_start_time,
  :completed_time,
  :description,
  :encrypted,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#encryptedBoolean

Indicates whether the replication run should produce an encrypted AMI.

Returns:

  • (Boolean)


1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 1396

class ReplicationRun < Struct.new(
  :replication_run_id,
  :state,
  :type,
  :stage_details,
  :status_message,
  :ami_id,
  :scheduled_start_time,
  :completed_time,
  :description,
  :encrypted,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#kms_key_idString

The ID of the KMS key for replication jobs that produce encrypted AMIs. This value can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to the KMS key ID

  • ARN referring to the KMS key alias

If encrypted is true but a KMS key ID is not specified, the customer's default KMS key for Amazon EBS is used.

Returns:

  • (String)


1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 1396

class ReplicationRun < Struct.new(
  :replication_run_id,
  :state,
  :type,
  :stage_details,
  :status_message,
  :ami_id,
  :scheduled_start_time,
  :completed_time,
  :description,
  :encrypted,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#replication_run_idString

The ID of the replication run.

Returns:

  • (String)


1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 1396

class ReplicationRun < Struct.new(
  :replication_run_id,
  :state,
  :type,
  :stage_details,
  :status_message,
  :ami_id,
  :scheduled_start_time,
  :completed_time,
  :description,
  :encrypted,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#scheduled_start_timeTime

The start time of the next replication run.

Returns:

  • (Time)


1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 1396

class ReplicationRun < Struct.new(
  :replication_run_id,
  :state,
  :type,
  :stage_details,
  :status_message,
  :ami_id,
  :scheduled_start_time,
  :completed_time,
  :description,
  :encrypted,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#stage_detailsTypes::ReplicationRunStageDetails

Details about the current stage of the replication run.



1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 1396

class ReplicationRun < Struct.new(
  :replication_run_id,
  :state,
  :type,
  :stage_details,
  :status_message,
  :ami_id,
  :scheduled_start_time,
  :completed_time,
  :description,
  :encrypted,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of the replication run.

Returns:

  • (String)


1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 1396

class ReplicationRun < Struct.new(
  :replication_run_id,
  :state,
  :type,
  :stage_details,
  :status_message,
  :ami_id,
  :scheduled_start_time,
  :completed_time,
  :description,
  :encrypted,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#status_messageString

The description of the current status of the replication job.

Returns:

  • (String)


1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 1396

class ReplicationRun < Struct.new(
  :replication_run_id,
  :state,
  :type,
  :stage_details,
  :status_message,
  :ami_id,
  :scheduled_start_time,
  :completed_time,
  :description,
  :encrypted,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of replication run.

Returns:

  • (String)


1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 1396

class ReplicationRun < Struct.new(
  :replication_run_id,
  :state,
  :type,
  :stage_details,
  :status_message,
  :ami_id,
  :scheduled_start_time,
  :completed_time,
  :description,
  :encrypted,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end