Class: Aws::Types::UpdateAgentResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAgentResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
-
#agent_status ⇒ "ACTIVE", ...
Returns the value of attribute agent_status.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#failed_to_add_action_connectors ⇒ ::Array[Types::FailedToUpdateAssociation]
Returns the value of attribute failed_to_add_action_connectors.
-
#failed_to_add_spaces ⇒ ::Array[Types::FailedToUpdateAssociation]
Returns the value of attribute failed_to_add_spaces.
-
#failed_to_remove_action_connectors ⇒ ::Array[Types::FailedToUpdateAssociation]
Returns the value of attribute failed_to_remove_action_connectors.
-
#failed_to_remove_spaces ⇒ ::Array[Types::FailedToUpdateAssociation]
Returns the value of attribute failed_to_remove_spaces.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
Instance Attribute Details
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
12326 12327 12328 |
# File 'sig/types.rbs', line 12326 def agent_id @agent_id end |
#agent_status ⇒ "ACTIVE", ...
Returns the value of attribute agent_status.
12327 12328 12329 |
# File 'sig/types.rbs', line 12327 def agent_status @agent_status end |
#arn ⇒ ::String
Returns the value of attribute arn.
12325 12326 12327 |
# File 'sig/types.rbs', line 12325 def arn @arn end |
#failed_to_add_action_connectors ⇒ ::Array[Types::FailedToUpdateAssociation]
Returns the value of attribute failed_to_add_action_connectors.
12330 12331 12332 |
# File 'sig/types.rbs', line 12330 def failed_to_add_action_connectors @failed_to_add_action_connectors end |
#failed_to_add_spaces ⇒ ::Array[Types::FailedToUpdateAssociation]
Returns the value of attribute failed_to_add_spaces.
12328 12329 12330 |
# File 'sig/types.rbs', line 12328 def failed_to_add_spaces @failed_to_add_spaces end |
#failed_to_remove_action_connectors ⇒ ::Array[Types::FailedToUpdateAssociation]
Returns the value of attribute failed_to_remove_action_connectors.
12331 12332 12333 |
# File 'sig/types.rbs', line 12331 def failed_to_remove_action_connectors @failed_to_remove_action_connectors end |
#failed_to_remove_spaces ⇒ ::Array[Types::FailedToUpdateAssociation]
Returns the value of attribute failed_to_remove_spaces.
12329 12330 12331 |
# File 'sig/types.rbs', line 12329 def failed_to_remove_spaces @failed_to_remove_spaces end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
12332 12333 12334 |
# File 'sig/types.rbs', line 12332 def request_id @request_id end |