Class: Aws::Types::BrokerInstance
- Inherits:
-
Object
- Object
- Aws::Types::BrokerInstance
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#console_url ⇒ ::String
Returns the value of attribute console_url.
-
#endpoints ⇒ ::Array[::String]
Returns the value of attribute endpoints.
-
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
Instance Attribute Details
#console_url ⇒ ::String
Returns the value of attribute console_url.
43 44 45 |
# File 'sig/types.rbs', line 43 def console_url @console_url end |
#endpoints ⇒ ::Array[::String]
Returns the value of attribute endpoints.
44 45 46 |
# File 'sig/types.rbs', line 44 def endpoints @endpoints end |
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
45 46 47 |
# File 'sig/types.rbs', line 45 def ip_address @ip_address end |