Class: Aws::Types::CreateBotResponse

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)


845
846
847
# File 'sig/types.rbs', line 845

def bot_id
  @bot_id
end

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

Returns the value of attribute bot_members.

Returns:



856
857
858
# File 'sig/types.rbs', line 856

def bot_members
  @bot_members
end

#bot_name ⇒ ::String

Returns the value of attribute bot_name.

Returns:

  • (::String)


846
847
848
# File 'sig/types.rbs', line 846

def bot_name
  @bot_name
end

#bot_status ⇒ "Creating", ...

Returns the value of attribute bot_status.

Returns:

  • ("Creating", "Available", "Inactive", "Deleting", "Failed", "Versioning", "Importing", "Updating")


851
852
853
# File 'sig/types.rbs', line 851

def bot_status
  @bot_status
end

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

Returns the value of attribute bot_tags.

Returns:

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


853
854
855
# File 'sig/types.rbs', line 853

def bot_tags
  @bot_tags
end

#bot_type ⇒ "Bot", "BotNetwork"

Returns the value of attribute bot_type.

Returns:

  • ("Bot", "BotNetwork")


855
856
857
# File 'sig/types.rbs', line 855

def bot_type
  @bot_type
end

#creation_date_time ⇒ ::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


852
853
854
# File 'sig/types.rbs', line 852

def creation_date_time
  @creation_date_time
end

#data_privacy ⇒ Types::DataPrivacy

Returns the value of attribute data_privacy.

Returns:



849
850
851
# File 'sig/types.rbs', line 849

def data_privacy
  @data_privacy
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


847
848
849
# File 'sig/types.rbs', line 847

def description
  @description
end

#error_log_settings ⇒ Types::ErrorLogSettings

Returns the value of attribute error_log_settings.



857
858
859
# File 'sig/types.rbs', line 857

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)


850
851
852
# File 'sig/types.rbs', line 850

def idle_session_ttl_in_seconds
  @idle_session_ttl_in_seconds
end

#role_arn ⇒ ::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


848
849
850
# File 'sig/types.rbs', line 848

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


854
855
856
# File 'sig/types.rbs', line 854

def test_bot_alias_tags
  @test_bot_alias_tags
end