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.
11936 11937 11938 |
# File 'sig/types.rbs', line 11936 def agent_id @agent_id end |
#agent_status ⇒ "ACTIVE", ...
Returns the value of attribute agent_status.
11937 11938 11939 |
# File 'sig/types.rbs', line 11937 def agent_status @agent_status end |
#arn ⇒ ::String
Returns the value of attribute arn.
11935 11936 11937 |
# File 'sig/types.rbs', line 11935 def arn @arn end |
#failed_to_add_action_connectors ⇒ ::Array[Types::FailedToUpdateAssociation]
Returns the value of attribute failed_to_add_action_connectors.
11940 11941 11942 |
# File 'sig/types.rbs', line 11940 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.
11938 11939 11940 |
# File 'sig/types.rbs', line 11938 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.
11941 11942 11943 |
# File 'sig/types.rbs', line 11941 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.
11939 11940 11941 |
# File 'sig/types.rbs', line 11939 def failed_to_remove_spaces @failed_to_remove_spaces end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
11942 11943 11944 |
# File 'sig/types.rbs', line 11942 def request_id @request_id end |