Class: Aws::Types::UpdateBotResponse

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)


3607
3608
3609
# File 'sig/types.rbs', line 3607

def bot_id
  @bot_id
end

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

Returns the value of attribute bot_members.

Returns:



3617
3618
3619
# File 'sig/types.rbs', line 3617

def bot_members
  @bot_members
end

#bot_name ⇒ ::String

Returns the value of attribute bot_name.

Returns:

  • (::String)


3608
3609
3610
# File 'sig/types.rbs', line 3608

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


3613
3614
3615
# File 'sig/types.rbs', line 3613

def bot_status
  @bot_status
end

#bot_type ⇒ "Bot", "BotNetwork"

Returns the value of attribute bot_type.

Returns:

  • ("Bot", "BotNetwork")


3616
3617
3618
# File 'sig/types.rbs', line 3616

def bot_type
  @bot_type
end

#creation_date_time ⇒ ::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


3614
3615
3616
# File 'sig/types.rbs', line 3614

def creation_date_time
  @creation_date_time
end

#data_privacy ⇒ Types::DataPrivacy

Returns the value of attribute data_privacy.

Returns:



3611
3612
3613
# File 'sig/types.rbs', line 3611

def data_privacy
  @data_privacy
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


3609
3610
3611
# File 'sig/types.rbs', line 3609

def description
  @description
end

#error_log_settings ⇒ Types::ErrorLogSettings

Returns the value of attribute error_log_settings.



3618
3619
3620
# File 'sig/types.rbs', line 3618

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)


3612
3613
3614
# File 'sig/types.rbs', line 3612

def idle_session_ttl_in_seconds
  @idle_session_ttl_in_seconds
end

#last_updated_date_time ⇒ ::Time

Returns the value of attribute last_updated_date_time.

Returns:

  • (::Time)


3615
3616
3617
# File 'sig/types.rbs', line 3615

def last_updated_date_time
  @last_updated_date_time
end

#role_arn ⇒ ::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


3610
3611
3612
# File 'sig/types.rbs', line 3610

def role_arn
  @role_arn
end