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.
12319 12320 12321 |
# File 'sig/types.rbs', line 12319 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.
12320 12321 12322 |
# File 'sig/types.rbs', line 12320 def action_connectors_to_remove @action_connectors_to_remove end |
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
12309 12310 12311 |
# File 'sig/types.rbs', line 12309 def agent_id @agent_id end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
12310 12311 12312 |
# File 'sig/types.rbs', line 12310 def aws_account_id @aws_account_id end |
#custom_prompt_input ⇒ Types::CustomPromptInput
Returns the value of attribute custom_prompt_input.
12316 12317 12318 |
# File 'sig/types.rbs', line 12316 def custom_prompt_input @custom_prompt_input end |
#description ⇒ ::String
Returns the value of attribute description.
12312 12313 12314 |
# File 'sig/types.rbs', line 12312 def description @description end |
#icon_id ⇒ ::String
Returns the value of attribute icon_id.
12313 12314 12315 |
# File 'sig/types.rbs', line 12313 def icon_id @icon_id end |
#name ⇒ ::String
Returns the value of attribute name.
12311 12312 12313 |
# File 'sig/types.rbs', line 12311 def name @name end |
#spaces_to_add ⇒ ::Array[::String]
Returns the value of attribute spaces_to_add.
12317 12318 12319 |
# File 'sig/types.rbs', line 12317 def spaces_to_add @spaces_to_add end |
#spaces_to_remove ⇒ ::Array[::String]
Returns the value of attribute spaces_to_remove.
12318 12319 12320 |
# File 'sig/types.rbs', line 12318 def spaces_to_remove @spaces_to_remove end |
#starter_prompts ⇒ ::Array[::String]
Returns the value of attribute starter_prompts.
12314 12315 12316 |
# File 'sig/types.rbs', line 12314 def starter_prompts @starter_prompts end |
#welcome_message ⇒ ::String
Returns the value of attribute welcome_message.
12315 12316 12317 |
# File 'sig/types.rbs', line 12315 def @welcome_message end |