Class: Aws::Types::HttpInstanceSummary
- Inherits:
-
Object
- Object
- Aws::Types::HttpInstanceSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
-
#health_status ⇒ "HEALTHY", ...
Returns the value of attribute health_status.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#namespace_name ⇒ ::String
Returns the value of attribute namespace_name.
-
#service_name ⇒ ::String
Returns the value of attribute service_name.
Instance Attribute Details
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
257 258 259 |
# File 'sig/types.rbs', line 257 def attributes @attributes end |
#health_status ⇒ "HEALTHY", ...
Returns the value of attribute health_status.
256 257 258 |
# File 'sig/types.rbs', line 256 def health_status @health_status end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
253 254 255 |
# File 'sig/types.rbs', line 253 def instance_id @instance_id end |
#namespace_name ⇒ ::String
Returns the value of attribute namespace_name.
254 255 256 |
# File 'sig/types.rbs', line 254 def namespace_name @namespace_name end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
255 256 257 |
# File 'sig/types.rbs', line 255 def service_name @service_name end |