Class: Aws::Types::UpdateAgentStatusRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_id ⇒ ::String

Returns the value of attribute agent_id.

Returns:

  • (::String)


1193
1194
1195
# File 'sig/types.rbs', line 1193

def agent_id
  @agent_id
end

#aggregate_status ⇒ Types::AggregateStatus

Returns the value of attribute aggregate_status.



1195
1196
1197
# File 'sig/types.rbs', line 1195

def aggregate_status
  @aggregate_status
end

#component_statuses ⇒ ::Array[Types::ComponentStatusData]

Returns the value of attribute component_statuses.

Returns:



1196
1197
1198
# File 'sig/types.rbs', line 1196

def component_statuses
  @component_statuses
end

#task_id ⇒ ::String

Returns the value of attribute task_id.

Returns:

  • (::String)


1194
1195
1196
# File 'sig/types.rbs', line 1194

def task_id
  @task_id
end