Class: Aws::Types::PluginSummary
- Inherits:
-
Object
- Object
- Aws::Types::PluginSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hostname ⇒ ::String
Returns the value of attribute hostname.
-
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
-
#plugin_id ⇒ ::String
Returns the value of attribute plugin_id.
-
#registered_time ⇒ ::String
Returns the value of attribute registered_time.
-
#status ⇒ "HEALTHY", "UNHEALTHY"
Returns the value of attribute status.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#hostname ⇒ ::String
Returns the value of attribute hostname.
429 430 431 |
# File 'sig/types.rbs', line 429 def hostname @hostname end |
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
431 432 433 |
# File 'sig/types.rbs', line 431 def ip_address @ip_address end |
#plugin_id ⇒ ::String
Returns the value of attribute plugin_id.
428 429 430 |
# File 'sig/types.rbs', line 428 def plugin_id @plugin_id end |
#registered_time ⇒ ::String
Returns the value of attribute registered_time.
433 434 435 |
# File 'sig/types.rbs', line 433 def registered_time @registered_time end |
#status ⇒ "HEALTHY", "UNHEALTHY"
Returns the value of attribute status.
430 431 432 |
# File 'sig/types.rbs', line 430 def status @status end |
#version ⇒ ::String
Returns the value of attribute version.
432 433 434 |
# File 'sig/types.rbs', line 432 def version @version end |