Class: Aws::Types::AgentSummary

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)


197
198
199
# File 'sig/types.rbs', line 197

def agent_id
  @agent_id
end

#agent_name::String

Returns the value of attribute agent_name.

Returns:

  • (::String)


198
199
200
# File 'sig/types.rbs', line 198

def agent_name
  @agent_name
end

#agent_status"CREATING", ...

Returns the value of attribute agent_status.

Returns:

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


199
200
201
# File 'sig/types.rbs', line 199

def agent_status
  @agent_status
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


200
201
202
# File 'sig/types.rbs', line 200

def description
  @description
end

#guardrail_configurationTypes::GuardrailConfiguration

Returns the value of attribute guardrail_configuration.



203
204
205
# File 'sig/types.rbs', line 203

def guardrail_configuration
  @guardrail_configuration
end

#latest_agent_version::String

Returns the value of attribute latest_agent_version.

Returns:

  • (::String)


202
203
204
# File 'sig/types.rbs', line 202

def latest_agent_version
  @latest_agent_version
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


201
202
203
# File 'sig/types.rbs', line 201

def updated_at
  @updated_at
end