You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::MQ::Types::BrokerInstanceOption
- Inherits:
-
Struct
- Object
- Struct
- Aws::MQ::Types::BrokerInstanceOption
- Defined in:
- (unknown)
Overview
Option for host instance type.
Instance Attribute Summary collapse
-
#availability_zones ⇒ Array<Types::AvailabilityZone>
The list of available az.
-
#engine_type ⇒ String
The type of broker engine.
-
#host_instance_type ⇒ String
The type of broker instance.
-
#storage_type ⇒ String
The broker\'s storage type.
-
#supported_deployment_modes ⇒ Array<String>
The list of supported deployment modes.
-
#supported_engine_versions ⇒ Array<String>
The list of supported engine versions.
Instance Attribute Details
#availability_zones ⇒ Array<Types::AvailabilityZone>
The list of available az.
#engine_type ⇒ String
The type of broker engine.
Possible values:
- ACTIVEMQ
- RABBITMQ
#host_instance_type ⇒ String
The type of broker instance.
#storage_type ⇒ String
The broker\'s storage type.
Possible values:
- EBS
- EFS
#supported_deployment_modes ⇒ Array<String>
The list of supported deployment modes.
#supported_engine_versions ⇒ Array<String>
The list of supported engine versions.