Class: Aws::Types::UpdateBotRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bot_id ⇒ ::String

Returns the value of attribute bot_id.

Returns:

  • (::String)


3594
3595
3596
# File 'sig/types.rbs', line 3594

def bot_id
  @bot_id
end

#bot_members ⇒ ::Array[Types::BotMember]

Returns the value of attribute bot_members.

Returns:



3601
3602
3603
# File 'sig/types.rbs', line 3601

def bot_members
  @bot_members
end

#bot_name ⇒ ::String

Returns the value of attribute bot_name.

Returns:

  • (::String)


3595
3596
3597
# File 'sig/types.rbs', line 3595

def bot_name
  @bot_name
end

#bot_type ⇒ "Bot", "BotNetwork"

Returns the value of attribute bot_type.

Returns:

  • ("Bot", "BotNetwork")


3600
3601
3602
# File 'sig/types.rbs', line 3600

def bot_type
  @bot_type
end

#data_privacy ⇒ Types::DataPrivacy

Returns the value of attribute data_privacy.

Returns:



3598
3599
3600
# File 'sig/types.rbs', line 3598

def data_privacy
  @data_privacy
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


3596
3597
3598
# File 'sig/types.rbs', line 3596

def description
  @description
end

#error_log_settings ⇒ Types::ErrorLogSettings

Returns the value of attribute error_log_settings.



3602
3603
3604
# File 'sig/types.rbs', line 3602

def error_log_settings
  @error_log_settings
end

#idle_session_ttl_in_seconds ⇒ ::Integer

Returns the value of attribute idle_session_ttl_in_seconds.

Returns:

  • (::Integer)


3599
3600
3601
# File 'sig/types.rbs', line 3599

def idle_session_ttl_in_seconds
  @idle_session_ttl_in_seconds
end

#role_arn ⇒ ::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


3597
3598
3599
# File 'sig/types.rbs', line 3597

def role_arn
  @role_arn
end