Class: Aws::Types::ReportTaskRunnerHeartbeatInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#hostname::String

Returns the value of attribute hostname.

Returns:

  • (::String)


269
270
271
# File 'sig/types.rbs', line 269

def hostname
  @hostname
end

#taskrunner_id::String

Returns the value of attribute taskrunner_id.

Returns:

  • (::String)


267
268
269
# File 'sig/types.rbs', line 267

def taskrunner_id
  @taskrunner_id
end

#worker_group::String

Returns the value of attribute worker_group.

Returns:

  • (::String)


268
269
270
# File 'sig/types.rbs', line 268

def worker_group
  @worker_group
end