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.
4711 4712 4713 4714 4715 4716 4717 4718 4719 4720 4721 |
# File 'lib/aws-sdk-docdb/types.rb', line 4711 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.
4711 4712 4713 4714 4715 4716 4717 4718 4719 4720 4721 |
# File 'lib/aws-sdk-docdb/types.rb', line 4711 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.
4711 4712 4713 4714 4715 4716 4717 4718 4719 4720 4721 |
# File 'lib/aws-sdk-docdb/types.rb', line 4711 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.
4711 4712 4713 4714 4715 4716 4717 4718 4719 4720 4721 |
# File 'lib/aws-sdk-docdb/types.rb', line 4711 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.
4711 4712 4713 4714 4715 4716 4717 4718 4719 4720 4721 |
# File 'lib/aws-sdk-docdb/types.rb', line 4711 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
4711 4712 4713 4714 4715 4716 4717 4718 4719 4720 4721 |
# File 'lib/aws-sdk-docdb/types.rb', line 4711 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).
4711 4712 4713 4714 4715 4716 4717 4718 4719 4720 4721 |
# File 'lib/aws-sdk-docdb/types.rb', line 4711 class OrderableDBInstanceOption < Struct.new( :engine, :engine_version, :db_instance_class, :license_model, :availability_zones, :vpc, :storage_type) SENSITIVE = [] include Aws::Structure end |