Class: Aws::Types::BrokerInstanceOption
- Inherits:
-
Object
- Object
- Aws::Types::BrokerInstanceOption
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zones ⇒ ::Array[Types::AvailabilityZone]
Returns the value of attribute availability_zones.
-
#engine_type ⇒ "ACTIVEMQ", "RABBITMQ"
Returns the value of attribute engine_type.
-
#host_instance_type ⇒ ::String
Returns the value of attribute host_instance_type.
-
#storage_type ⇒ "EBS", "EFS"
Returns the value of attribute storage_type.
-
#supported_deployment_modes ⇒ ::Array[("SINGLE_INSTANCE" | "ACTIVE_STANDBY_MULTI_AZ" | "CLUSTER_MULTI_AZ")]
Returns the value of attribute supported_deployment_modes.
-
#supported_engine_versions ⇒ ::Array[::String]
Returns the value of attribute supported_engine_versions.
Instance Attribute Details
#availability_zones ⇒ ::Array[Types::AvailabilityZone]
Returns the value of attribute availability_zones.
50 51 52 |
# File 'sig/types.rbs', line 50 def availability_zones @availability_zones end |
#engine_type ⇒ "ACTIVEMQ", "RABBITMQ"
Returns the value of attribute engine_type.
51 52 53 |
# File 'sig/types.rbs', line 51 def engine_type @engine_type end |
#host_instance_type ⇒ ::String
Returns the value of attribute host_instance_type.
52 53 54 |
# File 'sig/types.rbs', line 52 def host_instance_type @host_instance_type end |
#storage_type ⇒ "EBS", "EFS"
Returns the value of attribute storage_type.
53 54 55 |
# File 'sig/types.rbs', line 53 def storage_type @storage_type end |
#supported_deployment_modes ⇒ ::Array[("SINGLE_INSTANCE" | "ACTIVE_STANDBY_MULTI_AZ" | "CLUSTER_MULTI_AZ")]
Returns the value of attribute supported_deployment_modes.
54 55 56 |
# File 'sig/types.rbs', line 54 def supported_deployment_modes @supported_deployment_modes end |
#supported_engine_versions ⇒ ::Array[::String]
Returns the value of attribute supported_engine_versions.
55 56 57 |
# File 'sig/types.rbs', line 55 def supported_engine_versions @supported_engine_versions end |