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
- Struct
- Aws::DocDB::Types::OrderableDBInstanceOption
- Defined in:
- (unknown)
Overview
The options that are available for an instance.
Instance Attribute Summary collapse
-
#availability_zones ⇒ Array<Types::AvailabilityZone>
A list of Availability Zones for an instance.
-
#db_instance_class ⇒ String
The instance class for an instance.
-
#engine ⇒ String
The engine type of an instance.
-
#engine_version ⇒ String
The engine version of an instance.
-
#license_model ⇒ String
The license model for an instance.
-
#vpc ⇒ Boolean
Indicates whether an instance is in a virtual private cloud (VPC).
Instance Attribute Details
#availability_zones ⇒ Array<Types::AvailabilityZone>
A list of Availability Zones for an instance.
#db_instance_class ⇒ String
The instance class for an instance.
#engine ⇒ String
The engine type of an instance.
#engine_version ⇒ String
The engine version of an instance.
#license_model ⇒ String
The license model for an instance.
#vpc ⇒ Boolean
Indicates whether an instance is in a virtual private cloud (VPC).