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])


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


11920
11921
11922
# File 'sig/types.rbs', line 11920

def 
  @aws_account_id
end

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

Returns:

  • (::String)


11922
11923
11924
# File 'sig/types.rbs', line 11922

def description
  @description
end

#icon_id::String

Returns the value of attribute icon_id.

Returns:

  • (::String)


11923
11924
11925
# File 'sig/types.rbs', line 11923

def icon_id
  @icon_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


11925
11926
11927
# File 'sig/types.rbs', line 11925

def welcome_message
  @welcome_message
end