Class: Aws::Types::UpdateAgentStatusRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAgentStatusRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
-
#aggregate_status ⇒ Types::AggregateStatus
Returns the value of attribute aggregate_status.
-
#component_statuses ⇒ ::Array[Types::ComponentStatusData]
Returns the value of attribute component_statuses.
-
#task_id ⇒ ::String
Returns the value of attribute task_id.
Instance Attribute Details
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
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.
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.
1194 1195 1196 |
# File 'sig/types.rbs', line 1194 def task_id @task_id end |