Class: Aws::Types::UpdateAgentResponse

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)


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.

Returns:

  • ("ACTIVE", "UPDATING", "FAILED", "CREATING")


11937
11938
11939
# File 'sig/types.rbs', line 11937

def agent_status
  @agent_status
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:

  • (::String)


11942
11943
11944
# File 'sig/types.rbs', line 11942

def request_id
  @request_id
end