Class: Aws::Types::SendHeartbeatRequest
- Inherits:
-
Object
- Object
- Aws::Types::SendHeartbeatRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_metrics ⇒ ::Array[Types::EdgeMetric]
Returns the value of attribute agent_metrics.
-
#agent_version ⇒ ::String
Returns the value of attribute agent_version.
-
#deployment_result ⇒ Types::DeploymentResult
Returns the value of attribute deployment_result.
-
#device_fleet_name ⇒ ::String
Returns the value of attribute device_fleet_name.
-
#device_name ⇒ ::String
Returns the value of attribute device_name.
-
#models ⇒ ::Array[Types::Model]
Returns the value of attribute models.
Instance Attribute Details
#agent_metrics ⇒ ::Array[Types::EdgeMetric]
Returns the value of attribute agent_metrics.
101 102 103 |
# File 'sig/types.rbs', line 101 def agent_metrics @agent_metrics end |
#agent_version ⇒ ::String
Returns the value of attribute agent_version.
103 104 105 |
# File 'sig/types.rbs', line 103 def agent_version @agent_version end |
#deployment_result ⇒ Types::DeploymentResult
Returns the value of attribute deployment_result.
106 107 108 |
# File 'sig/types.rbs', line 106 def deployment_result @deployment_result end |
#device_fleet_name ⇒ ::String
Returns the value of attribute device_fleet_name.
105 106 107 |
# File 'sig/types.rbs', line 105 def device_fleet_name @device_fleet_name end |
#device_name ⇒ ::String
Returns the value of attribute device_name.
104 105 106 |
# File 'sig/types.rbs', line 104 def device_name @device_name end |
#models ⇒ ::Array[Types::Model]
Returns the value of attribute models.
102 103 104 |
# File 'sig/types.rbs', line 102 def models @models end |