Class: Aws::Types::DeleteAgentResponse

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)


740
741
742
# File 'sig/types.rbs', line 740

def agent_id
  @agent_id
end

#agent_status"CREATING", ...

Returns the value of attribute agent_status.

Returns:

  • ("CREATING", "PREPARING", "PREPARED", "NOT_PREPARED", "DELETING", "FAILED", "VERSIONING", "UPDATING")


741
742
743
# File 'sig/types.rbs', line 741

def agent_status
  @agent_status
end