Class: Aws::Types::BrokerInstanceOption

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zones::Array[Types::AvailabilityZone]

Returns the value of attribute availability_zones.

Returns:



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.

Returns:

  • ("ACTIVEMQ", "RABBITMQ")


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.

Returns:

  • (::String)


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.

Returns:

  • ("EBS", "EFS")


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.

Returns:

  • (::Array[("SINGLE_INSTANCE" | "ACTIVE_STANDBY_MULTI_AZ" | "CLUSTER_MULTI_AZ")])


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.

Returns:

  • (::Array[::String])


55
56
57
# File 'sig/types.rbs', line 55

def supported_engine_versions
  @supported_engine_versions
end