Class: Aws::Types::Agent
- Inherits:
-
Object
- Object
- Aws::Types::Agent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_connectors ⇒ ::Array[::String]
Returns the value of attribute action_connectors.
-
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
-
#agent_lifecycle ⇒ "PREVIEW", "PUBLISHED"
Returns the value of attribute agent_lifecycle.
-
#agent_status ⇒ "ACTIVE", ...
Returns the value of attribute agent_status.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#creator ⇒ ::String
Returns the value of attribute creator.
-
#custom_prompt_interface ⇒ Types::CustomPromptInterface
Returns the value of attribute custom_prompt_interface.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#icon_id ⇒ ::String
Returns the value of attribute icon_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#spaces ⇒ ::Array[::String]
Returns the value of attribute spaces.
-
#starter_prompts ⇒ ::Array[::String]
Returns the value of attribute starter_prompts.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#welcome_message ⇒ ::String
Returns the value of attribute welcome_message.
Instance Attribute Details
#action_connectors ⇒ ::Array[::String]
Returns the value of attribute action_connectors.
114 115 116 |
# File 'sig/types.rbs', line 114 def action_connectors @action_connectors end |
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
121 122 123 |
# File 'sig/types.rbs', line 121 def agent_id @agent_id end |
#agent_lifecycle ⇒ "PREVIEW", "PUBLISHED"
Returns the value of attribute agent_lifecycle.
122 123 124 |
# File 'sig/types.rbs', line 122 def agent_lifecycle @agent_lifecycle end |
#agent_status ⇒ "ACTIVE", ...
Returns the value of attribute agent_status.
123 124 125 |
# File 'sig/types.rbs', line 123 def agent_status @agent_status end |
#arn ⇒ ::String
Returns the value of attribute arn.
120 121 122 |
# File 'sig/types.rbs', line 120 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
124 125 126 |
# File 'sig/types.rbs', line 124 def created_at @created_at end |
#creator ⇒ ::String
Returns the value of attribute creator.
125 126 127 |
# File 'sig/types.rbs', line 125 def creator @creator end |
#custom_prompt_interface ⇒ Types::CustomPromptInterface
Returns the value of attribute custom_prompt_interface.
126 127 128 |
# File 'sig/types.rbs', line 126 def custom_prompt_interface @custom_prompt_interface end |
#description ⇒ ::String
Returns the value of attribute description.
115 116 117 |
# File 'sig/types.rbs', line 115 def description @description end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
127 128 129 |
# File 'sig/types.rbs', line 127 def @error_message end |
#icon_id ⇒ ::String
Returns the value of attribute icon_id.
116 117 118 |
# File 'sig/types.rbs', line 116 def icon_id @icon_id end |
#name ⇒ ::String
Returns the value of attribute name.
117 118 119 |
# File 'sig/types.rbs', line 117 def name @name end |
#spaces ⇒ ::Array[::String]
Returns the value of attribute spaces.
113 114 115 |
# File 'sig/types.rbs', line 113 def spaces @spaces end |
#starter_prompts ⇒ ::Array[::String]
Returns the value of attribute starter_prompts.
118 119 120 |
# File 'sig/types.rbs', line 118 def starter_prompts @starter_prompts end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
128 129 130 |
# File 'sig/types.rbs', line 128 def updated_at @updated_at end |
#welcome_message ⇒ ::String
Returns the value of attribute welcome_message.
119 120 121 |
# File 'sig/types.rbs', line 119 def @welcome_message end |