Class: Aws::DocDB::Types::OrderableDBInstanceOption
- Inherits:
-
Struct
- Object
- Struct
- Aws::DocDB::Types::OrderableDBInstanceOption
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-docdb/types.rb
Overview
The options that are available for an instance.
Constant Summary collapse
- SENSITIVE =
[]
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.
-
#storage_type ⇒ String
The storage type to associate with the DB cluster.
-
#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.
4856 4857 4858 4859 4860 4861 4862 4863 4864 4865 4866 |
# File 'lib/aws-sdk-docdb/types.rb', line 4856 class OrderableDBInstanceOption < Struct.new( :engine, :engine_version, :db_instance_class, :license_model, :availability_zones, :vpc, :storage_type) SENSITIVE = [] include Aws::Structure end |
#db_instance_class ⇒ String
The instance class for an instance.
4856 4857 4858 4859 4860 4861 4862 4863 4864 4865 4866 |
# File 'lib/aws-sdk-docdb/types.rb', line 4856 class OrderableDBInstanceOption < Struct.new( :engine, :engine_version, :db_instance_class, :license_model, :availability_zones, :vpc, :storage_type) SENSITIVE = [] include Aws::Structure end |
#engine ⇒ String
The engine type of an instance.
4856 4857 4858 4859 4860 4861 4862 4863 4864 4865 4866 |
# File 'lib/aws-sdk-docdb/types.rb', line 4856 class OrderableDBInstanceOption < Struct.new( :engine, :engine_version, :db_instance_class, :license_model, :availability_zones, :vpc, :storage_type) SENSITIVE = [] include Aws::Structure end |
#engine_version ⇒ String
The engine version of an instance.
4856 4857 4858 4859 4860 4861 4862 4863 4864 4865 4866 |
# File 'lib/aws-sdk-docdb/types.rb', line 4856 class OrderableDBInstanceOption < Struct.new( :engine, :engine_version, :db_instance_class, :license_model, :availability_zones, :vpc, :storage_type) SENSITIVE = [] include Aws::Structure end |
#license_model ⇒ String
The license model for an instance.
4856 4857 4858 4859 4860 4861 4862 4863 4864 4865 4866 |
# File 'lib/aws-sdk-docdb/types.rb', line 4856 class OrderableDBInstanceOption < Struct.new( :engine, :engine_version, :db_instance_class, :license_model, :availability_zones, :vpc, :storage_type) SENSITIVE = [] include Aws::Structure end |
#storage_type ⇒ String
The storage type to associate with the DB cluster
4856 4857 4858 4859 4860 4861 4862 4863 4864 4865 4866 |
# File 'lib/aws-sdk-docdb/types.rb', line 4856 class OrderableDBInstanceOption < Struct.new( :engine, :engine_version, :db_instance_class, :license_model, :availability_zones, :vpc, :storage_type) SENSITIVE = [] include Aws::Structure end |
#vpc ⇒ Boolean
Indicates whether an instance is in a virtual private cloud (VPC).
4856 4857 4858 4859 4860 4861 4862 4863 4864 4865 4866 |
# File 'lib/aws-sdk-docdb/types.rb', line 4856 class OrderableDBInstanceOption < Struct.new( :engine, :engine_version, :db_instance_class, :license_model, :availability_zones, :vpc, :storage_type) SENSITIVE = [] include Aws::Structure end |