Class: Aws::Types::Collector
- Inherits:
-
Object
- Object
- Aws::Types::Collector
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#collector_health ⇒ "COLLECTOR_HEALTHY", "COLLECTOR_UNHEALTHY"
Returns the value of attribute collector_health.
-
#collector_id ⇒ ::String
Returns the value of attribute collector_id.
-
#collector_version ⇒ ::String
Returns the value of attribute collector_version.
-
#configuration_summary ⇒ Types::ConfigurationSummary
Returns the value of attribute configuration_summary.
-
#host_name ⇒ ::String
Returns the value of attribute host_name.
-
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
-
#last_activity_time_stamp ⇒ ::String
Returns the value of attribute last_activity_time_stamp.
-
#registered_time_stamp ⇒ ::String
Returns the value of attribute registered_time_stamp.
Instance Attribute Details
#collector_health ⇒ "COLLECTOR_HEALTHY", "COLLECTOR_UNHEALTHY"
Returns the value of attribute collector_health.
167 168 169 |
# File 'sig/types.rbs', line 167 def collector_health @collector_health end |
#collector_id ⇒ ::String
Returns the value of attribute collector_id.
168 169 170 |
# File 'sig/types.rbs', line 168 def collector_id @collector_id end |
#collector_version ⇒ ::String
Returns the value of attribute collector_version.
169 170 171 |
# File 'sig/types.rbs', line 169 def collector_version @collector_version end |
#configuration_summary ⇒ Types::ConfigurationSummary
Returns the value of attribute configuration_summary.
170 171 172 |
# File 'sig/types.rbs', line 170 def configuration_summary @configuration_summary end |
#host_name ⇒ ::String
Returns the value of attribute host_name.
171 172 173 |
# File 'sig/types.rbs', line 171 def host_name @host_name end |
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
172 173 174 |
# File 'sig/types.rbs', line 172 def ip_address @ip_address end |
#last_activity_time_stamp ⇒ ::String
Returns the value of attribute last_activity_time_stamp.
173 174 175 |
# File 'sig/types.rbs', line 173 def last_activity_time_stamp @last_activity_time_stamp end |
#registered_time_stamp ⇒ ::String
Returns the value of attribute registered_time_stamp.
174 175 176 |
# File 'sig/types.rbs', line 174 def registered_time_stamp @registered_time_stamp end |