Class: Aws::Types::AgentSummary
- Inherits:
-
Object
- Object
- Aws::Types::AgentSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
-
#agent_name ⇒ ::String
Returns the value of attribute agent_name.
-
#agent_status ⇒ "CREATING", ...
Returns the value of attribute agent_status.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#guardrail_configuration ⇒ Types::GuardrailConfiguration
Returns the value of attribute guardrail_configuration.
-
#latest_agent_version ⇒ ::String
Returns the value of attribute latest_agent_version.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
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.
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.
199 200 201 |
# File 'sig/types.rbs', line 199 def agent_status @agent_status end |
#description ⇒ ::String
Returns the value of attribute description.
200 201 202 |
# File 'sig/types.rbs', line 200 def description @description end |
#guardrail_configuration ⇒ Types::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.
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.
201 202 203 |
# File 'sig/types.rbs', line 201 def updated_at @updated_at end |