Class: Aws::Types::UpdateAgentRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:starter_prompts, :welcome_message, :custom_prompt_input])

Instance Attribute Summary collapse

Instance Attribute Details

#action_connectors_to_add::Array[::String]

Returns the value of attribute action_connectors_to_add.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


12310
12311
12312
# File 'sig/types.rbs', line 12310

def 
  @aws_account_id
end

#custom_prompt_inputTypes::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.

Returns:

  • (::String)


12312
12313
12314
# File 'sig/types.rbs', line 12312

def description
  @description
end

#icon_id::String

Returns the value of attribute icon_id.

Returns:

  • (::String)


12313
12314
12315
# File 'sig/types.rbs', line 12313

def icon_id
  @icon_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


12315
12316
12317
# File 'sig/types.rbs', line 12315

def welcome_message
  @welcome_message
end