Class: Aws::MQ::Types::BrokerInstanceOption

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb

Overview

Option for host instance type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zonesArray<Types::AvailabilityZone>

The list of available az.

Returns:



163
164
165
166
167
168
169
170
171
172
# File 'gems/aws-sdk-mq/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_typeString

The broker's engine type.

Returns:

  • (String)


163
164
165
166
167
168
169
170
171
172
# File 'gems/aws-sdk-mq/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_typeString

The broker's instance type.

Returns:

  • (String)


163
164
165
166
167
168
169
170
171
172
# File 'gems/aws-sdk-mq/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_typeString

The broker's storage type.

Returns:

  • (String)


163
164
165
166
167
168
169
170
171
172
# File 'gems/aws-sdk-mq/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_modesArray<String>

The list of supported deployment modes.

Returns:

  • (Array<String>)


163
164
165
166
167
168
169
170
171
172
# File 'gems/aws-sdk-mq/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_versionsArray<String>

The list of supported engine versions.

Returns:

  • (Array<String>)


163
164
165
166
167
168
169
170
171
172
# File 'gems/aws-sdk-mq/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