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)


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.

Returns:

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


12327
12328
12329
# File 'sig/types.rbs', line 12327

def agent_status
  @agent_status
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:

  • (::String)


12332
12333
12334
# File 'sig/types.rbs', line 12332

def request_id
  @request_id
end