You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DatabaseMigrationService::Types::ReplicationPendingModifiedValues

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Provides information about the values of pending modifications to a replication instance. This data type is an object of the ReplicationInstance user-defined data type.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#allocated_storageInteger

The amount of storage (in gigabytes) that is allocated for the replication instance.

Returns:

  • (Integer)

    The amount of storage (in gigabytes) that is allocated for the replication instance.

#engine_versionString

The engine version number of the replication instance.

Returns:

  • (String)

    The engine version number of the replication instance.

#multi_azBoolean

Specifies whether the replication instance is a Multi-AZ deployment. You can\'t set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

Returns:

  • (Boolean)

    Specifies whether the replication instance is a Multi-AZ deployment.

#replication_instance_classString

The compute and memory capacity of the replication instance as defined for the specified replication instance class.

For more information on the settings and capacities for the available replication instance classes, see Selecting the right AWS DMS replication instance for your migration.

Returns:

  • (String)

    The compute and memory capacity of the replication instance as defined for the specified replication instance class.