Class: Aws::DatabaseMigrationService::Types::RebootReplicationInstanceMessage

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#force_failoverBoolean

If this parameter is true, the reboot is conducted through a Multi-AZ failover. If the instance isn't configured for Multi-AZ, then you can't specify true. ( --force-planned-failover and --force-failover can't both be set to true.)

Returns:

  • (Boolean)


9544
9545
9546
9547
9548
9549
9550
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 9544

class RebootReplicationInstanceMessage < Struct.new(
  :replication_instance_arn,
  :force_failover,
  :force_planned_failover)
  SENSITIVE = []
  include Aws::Structure
end

#force_planned_failoverBoolean

If this parameter is true, the reboot is conducted through a planned Multi-AZ failover where resources are released and cleaned up prior to conducting the failover. If the instance isn''t configured for Multi-AZ, then you can't specify true. ( --force-planned-failover and --force-failover can't both be set to true.)

Returns:

  • (Boolean)


9544
9545
9546
9547
9548
9549
9550
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 9544

class RebootReplicationInstanceMessage < Struct.new(
  :replication_instance_arn,
  :force_failover,
  :force_planned_failover)
  SENSITIVE = []
  include Aws::Structure
end

#replication_instance_arnString

The Amazon Resource Name (ARN) of the replication instance.

Returns:

  • (String)


9544
9545
9546
9547
9548
9549
9550
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 9544

class RebootReplicationInstanceMessage < Struct.new(
  :replication_instance_arn,
  :force_failover,
  :force_planned_failover)
  SENSITIVE = []
  include Aws::Structure
end