Class: Aws::Types::BrokerSummary
- Inherits:
-
Object
- Object
- Aws::Types::BrokerSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#broker_arn ⇒ ::String
Returns the value of attribute broker_arn.
-
#broker_id ⇒ ::String
Returns the value of attribute broker_id.
-
#broker_name ⇒ ::String
Returns the value of attribute broker_name.
-
#broker_state ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute broker_state.
-
#created ⇒ ::Time
Returns the value of attribute created.
-
#deployment_mode ⇒ "SINGLE_INSTANCE", ...
Returns the value of attribute deployment_mode.
-
#engine_type ⇒ "ACTIVEMQ", "RABBITMQ"
Returns the value of attribute engine_type.
-
#host_instance_type ⇒ ::String
Returns the value of attribute host_instance_type.
Instance Attribute Details
#broker_arn ⇒ ::String
Returns the value of attribute broker_arn.
67 68 69 |
# File 'sig/types.rbs', line 67 def broker_arn @broker_arn end |
#broker_id ⇒ ::String
Returns the value of attribute broker_id.
68 69 70 |
# File 'sig/types.rbs', line 68 def broker_id @broker_id end |
#broker_name ⇒ ::String
Returns the value of attribute broker_name.
69 70 71 |
# File 'sig/types.rbs', line 69 def broker_name @broker_name end |
#broker_state ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute broker_state.
70 71 72 |
# File 'sig/types.rbs', line 70 def broker_state @broker_state end |
#created ⇒ ::Time
Returns the value of attribute created.
71 72 73 |
# File 'sig/types.rbs', line 71 def created @created end |
#deployment_mode ⇒ "SINGLE_INSTANCE", ...
Returns the value of attribute deployment_mode.
72 73 74 |
# File 'sig/types.rbs', line 72 def deployment_mode @deployment_mode end |
#engine_type ⇒ "ACTIVEMQ", "RABBITMQ"
Returns the value of attribute engine_type.
73 74 75 |
# File 'sig/types.rbs', line 73 def engine_type @engine_type end |
#host_instance_type ⇒ ::String
Returns the value of attribute host_instance_type.
74 75 76 |
# File 'sig/types.rbs', line 74 def host_instance_type @host_instance_type end |