Class: Aws::Types::SendHeartbeatRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_metrics::Array[Types::EdgeMetric]

Returns the value of attribute agent_metrics.

Returns:



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.

Returns:

  • (::String)


103
104
105
# File 'sig/types.rbs', line 103

def agent_version
  @agent_version
end

#deployment_resultTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



102
103
104
# File 'sig/types.rbs', line 102

def models
  @models
end