Class: Aws::Types::AssessmentRunAgent
- Inherits:
-
Object
- Object
- Aws::Types::AssessmentRunAgent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_health ⇒ "HEALTHY", ...
Returns the value of attribute agent_health.
-
#agent_health_code ⇒ "IDLE", ...
Returns the value of attribute agent_health_code.
-
#agent_health_details ⇒ ::String
Returns the value of attribute agent_health_details.
-
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
-
#assessment_run_arn ⇒ ::String
Returns the value of attribute assessment_run_arn.
-
#auto_scaling_group ⇒ ::String
Returns the value of attribute auto_scaling_group.
-
#telemetry_metadata ⇒ ::Array[Types::TelemetryMetadata]
Returns the value of attribute telemetry_metadata.
Instance Attribute Details
#agent_health ⇒ "HEALTHY", ...
Returns the value of attribute agent_health.
83 84 85 |
# File 'sig/types.rbs', line 83 def agent_health @agent_health end |
#agent_health_code ⇒ "IDLE", ...
Returns the value of attribute agent_health_code.
84 85 86 |
# File 'sig/types.rbs', line 84 def agent_health_code @agent_health_code end |
#agent_health_details ⇒ ::String
Returns the value of attribute agent_health_details.
85 86 87 |
# File 'sig/types.rbs', line 85 def agent_health_details @agent_health_details end |
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
81 82 83 |
# File 'sig/types.rbs', line 81 def agent_id @agent_id end |
#assessment_run_arn ⇒ ::String
Returns the value of attribute assessment_run_arn.
82 83 84 |
# File 'sig/types.rbs', line 82 def assessment_run_arn @assessment_run_arn end |
#auto_scaling_group ⇒ ::String
Returns the value of attribute auto_scaling_group.
86 87 88 |
# File 'sig/types.rbs', line 86 def auto_scaling_group @auto_scaling_group end |
#telemetry_metadata ⇒ ::Array[Types::TelemetryMetadata]
Returns the value of attribute telemetry_metadata.
87 88 89 |
# File 'sig/types.rbs', line 87 def end |