Class: Aws::Types::AssessmentRunAgent

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_health"HEALTHY", ...

Returns the value of attribute agent_health.

Returns:

  • ("HEALTHY", "UNHEALTHY", "UNKNOWN")


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.

Returns:

  • ("IDLE", "RUNNING", "SHUTDOWN", "UNHEALTHY", "THROTTLED", "UNKNOWN")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



87
88
89
# File 'sig/types.rbs', line 87

def 
  
end