Class: Aws::MQ::Types::BrokerInstanceOption
- Inherits:
-
Struct
- Object
- Struct
- Aws::MQ::Types::BrokerInstanceOption
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mq/types.rb
Overview
Option for host instance type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#availability_zones ⇒ Array<Types::AvailabilityZone>
The list of available az.
-
#engine_type ⇒ String
The broker’s engine type.
-
#host_instance_type ⇒ String
The broker’s instance type.
-
#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.
163 164 165 166 167 168 169 170 171 172 |
# File 'lib/aws-sdk-mq/types.rb', line 163 class BrokerInstanceOption < Struct.new( :availability_zones, :engine_type, :host_instance_type, :storage_type, :supported_deployment_modes, :supported_engine_versions) SENSITIVE = [] include Aws::Structure end |
#engine_type ⇒ String
The broker’s engine type.
163 164 165 166 167 168 169 170 171 172 |
# File 'lib/aws-sdk-mq/types.rb', line 163 class BrokerInstanceOption < Struct.new( :availability_zones, :engine_type, :host_instance_type, :storage_type, :supported_deployment_modes, :supported_engine_versions) SENSITIVE = [] include Aws::Structure end |
#host_instance_type ⇒ String
The broker’s instance type.
163 164 165 166 167 168 169 170 171 172 |
# File 'lib/aws-sdk-mq/types.rb', line 163 class BrokerInstanceOption < Struct.new( :availability_zones, :engine_type, :host_instance_type, :storage_type, :supported_deployment_modes, :supported_engine_versions) SENSITIVE = [] include Aws::Structure end |
#storage_type ⇒ String
The broker’s storage type.
163 164 165 166 167 168 169 170 171 172 |
# File 'lib/aws-sdk-mq/types.rb', line 163 class BrokerInstanceOption < Struct.new( :availability_zones, :engine_type, :host_instance_type, :storage_type, :supported_deployment_modes, :supported_engine_versions) SENSITIVE = [] include Aws::Structure end |
#supported_deployment_modes ⇒ Array<String>
The list of supported deployment modes.
163 164 165 166 167 168 169 170 171 172 |
# File 'lib/aws-sdk-mq/types.rb', line 163 class BrokerInstanceOption < Struct.new( :availability_zones, :engine_type, :host_instance_type, :storage_type, :supported_deployment_modes, :supported_engine_versions) SENSITIVE = [] include Aws::Structure end |
#supported_engine_versions ⇒ Array<String>
The list of supported engine versions.
163 164 165 166 167 168 169 170 171 172 |
# File 'lib/aws-sdk-mq/types.rb', line 163 class BrokerInstanceOption < Struct.new( :availability_zones, :engine_type, :host_instance_type, :storage_type, :supported_deployment_modes, :supported_engine_versions) SENSITIVE = [] include Aws::Structure end |