Class: Aws::Types::CreateBotRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns the value of attribute bot_members.

Returns:



839
840
841
# File 'sig/types.rbs', line 839

def bot_members
  @bot_members
end

#bot_name ⇒ ::String

Returns the value of attribute bot_name.

Returns:

  • (::String)


831
832
833
# File 'sig/types.rbs', line 831

def bot_name
  @bot_name
end

#bot_tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute bot_tags.

Returns:

  • (::Hash[::String, ::String])


836
837
838
# File 'sig/types.rbs', line 836

def bot_tags
  @bot_tags
end

#bot_type ⇒ "Bot", "BotNetwork"

Returns the value of attribute bot_type.

Returns:

  • ("Bot", "BotNetwork")


838
839
840
# File 'sig/types.rbs', line 838

def bot_type
  @bot_type
end

#data_privacy ⇒ Types::DataPrivacy

Returns the value of attribute data_privacy.

Returns:



834
835
836
# File 'sig/types.rbs', line 834

def data_privacy
  @data_privacy
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


832
833
834
# File 'sig/types.rbs', line 832

def description
  @description
end

#error_log_settings ⇒ Types::ErrorLogSettings

Returns the value of attribute error_log_settings.



840
841
842
# File 'sig/types.rbs', line 840

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)


835
836
837
# File 'sig/types.rbs', line 835

def idle_session_ttl_in_seconds
  @idle_session_ttl_in_seconds
end

#role_arn ⇒ ::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


833
834
835
# File 'sig/types.rbs', line 833

def role_arn
  @role_arn
end

#test_bot_alias_tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute test_bot_alias_tags.

Returns:

  • (::Hash[::String, ::String])


837
838
839
# File 'sig/types.rbs', line 837

def test_bot_alias_tags
  @test_bot_alias_tags
end