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

Class: Aws::DocDB::Types::OrderableDBInstanceOption

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

Overview

The options that are available for an instance.

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zonesArray<Types::AvailabilityZone>

A list of Availability Zones for an instance.

Returns:

#db_instance_classString

The instance class for an instance.

Returns:

  • (String)

    The instance class for an instance.

#engineString

The engine type of an instance.

Returns:

  • (String)

    The engine type of an instance.

#engine_versionString

The engine version of an instance.

Returns:

  • (String)

    The engine version of an instance.

#license_modelString

The license model for an instance.

Returns:

  • (String)

    The license model for an instance.

#vpcBoolean

Indicates whether an instance is in a virtual private cloud (VPC).

Returns:

  • (Boolean)

    Indicates whether an instance is in a virtual private cloud (VPC).