Class: Aws::Types::UpdateAgentRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAgentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_connectors_to_add ⇒ ::Array[::String]
Returns the value of attribute action_connectors_to_add.
-
#action_connectors_to_remove ⇒ ::Array[::String]
Returns the value of attribute action_connectors_to_remove.
-
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#custom_prompt_input ⇒ Types::CustomPromptInput
Returns the value of attribute custom_prompt_input.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#icon_id ⇒ ::String
Returns the value of attribute icon_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#spaces_to_add ⇒ ::Array[::String]
Returns the value of attribute spaces_to_add.
-
#spaces_to_remove ⇒ ::Array[::String]
Returns the value of attribute spaces_to_remove.
-
#starter_prompts ⇒ ::Array[::String]
Returns the value of attribute starter_prompts.
-
#welcome_message ⇒ ::String
Returns the value of attribute welcome_message.
Instance Attribute Details
#action_connectors_to_add ⇒ ::Array[::String]
Returns the value of attribute action_connectors_to_add.
11929 11930 11931 |
# File 'sig/types.rbs', line 11929 def action_connectors_to_add @action_connectors_to_add end |
#action_connectors_to_remove ⇒ ::Array[::String]
Returns the value of attribute action_connectors_to_remove.
11930 11931 11932 |
# File 'sig/types.rbs', line 11930 def action_connectors_to_remove @action_connectors_to_remove end |
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
11919 11920 11921 |
# File 'sig/types.rbs', line 11919 def agent_id @agent_id end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
11920 11921 11922 |
# File 'sig/types.rbs', line 11920 def aws_account_id @aws_account_id end |
#custom_prompt_input ⇒ Types::CustomPromptInput
Returns the value of attribute custom_prompt_input.
11926 11927 11928 |
# File 'sig/types.rbs', line 11926 def custom_prompt_input @custom_prompt_input end |
#description ⇒ ::String
Returns the value of attribute description.
11922 11923 11924 |
# File 'sig/types.rbs', line 11922 def description @description end |
#icon_id ⇒ ::String
Returns the value of attribute icon_id.
11923 11924 11925 |
# File 'sig/types.rbs', line 11923 def icon_id @icon_id end |
#name ⇒ ::String
Returns the value of attribute name.
11921 11922 11923 |
# File 'sig/types.rbs', line 11921 def name @name end |
#spaces_to_add ⇒ ::Array[::String]
Returns the value of attribute spaces_to_add.
11927 11928 11929 |
# File 'sig/types.rbs', line 11927 def spaces_to_add @spaces_to_add end |
#spaces_to_remove ⇒ ::Array[::String]
Returns the value of attribute spaces_to_remove.
11928 11929 11930 |
# File 'sig/types.rbs', line 11928 def spaces_to_remove @spaces_to_remove end |
#starter_prompts ⇒ ::Array[::String]
Returns the value of attribute starter_prompts.
11924 11925 11926 |
# File 'sig/types.rbs', line 11924 def starter_prompts @starter_prompts end |
#welcome_message ⇒ ::String
Returns the value of attribute welcome_message.
11925 11926 11927 |
# File 'sig/types.rbs', line 11925 def @welcome_message end |