Class: Aws::Types::AgentVersionSummary
- Inherits:
-
Object
- Object
- Aws::Types::AgentVersionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_name ⇒ ::String
Returns the value of attribute agent_name.
-
#agent_status ⇒ "CREATING", ...
Returns the value of attribute agent_status.
-
#agent_version ⇒ ::String
Returns the value of attribute agent_version.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#guardrail_configuration ⇒ Types::GuardrailConfiguration
Returns the value of attribute guardrail_configuration.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#agent_name ⇒ ::String
Returns the value of attribute agent_name.
231 232 233 |
# File 'sig/types.rbs', line 231 def agent_name @agent_name end |
#agent_status ⇒ "CREATING", ...
Returns the value of attribute agent_status.
232 233 234 |
# File 'sig/types.rbs', line 232 def agent_status @agent_status end |
#agent_version ⇒ ::String
Returns the value of attribute agent_version.
233 234 235 |
# File 'sig/types.rbs', line 233 def agent_version @agent_version end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
234 235 236 |
# File 'sig/types.rbs', line 234 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
236 237 238 |
# File 'sig/types.rbs', line 236 def description @description end |
#guardrail_configuration ⇒ Types::GuardrailConfiguration
Returns the value of attribute guardrail_configuration.
237 238 239 |
# File 'sig/types.rbs', line 237 def guardrail_configuration @guardrail_configuration end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
235 236 237 |
# File 'sig/types.rbs', line 235 def updated_at @updated_at end |