Class: Aws::Types::DeleteAgentVersionResponse

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)


753
754
755
# File 'sig/types.rbs', line 753

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")


755
756
757
# File 'sig/types.rbs', line 755

def agent_status
  @agent_status
end

#agent_version::String

Returns the value of attribute agent_version.

Returns:

  • (::String)


754
755
756
# File 'sig/types.rbs', line 754

def agent_version
  @agent_version
end