Class: Aws::Types::DescribeBotResponse

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)


1447
1448
1449
# File 'sig/types.rbs', line 1447

def bot_id
  @bot_id
end

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

Returns the value of attribute bot_members.

Returns:



1457
1458
1459
# File 'sig/types.rbs', line 1457

def bot_members
  @bot_members
end

#bot_name ⇒ ::String

Returns the value of attribute bot_name.

Returns:

  • (::String)


1448
1449
1450
# File 'sig/types.rbs', line 1448

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


1453
1454
1455
# File 'sig/types.rbs', line 1453

def bot_status
  @bot_status
end

#bot_type ⇒ "Bot", "BotNetwork"

Returns the value of attribute bot_type.

Returns:

  • ("Bot", "BotNetwork")


1456
1457
1458
# File 'sig/types.rbs', line 1456

def bot_type
  @bot_type
end

#creation_date_time ⇒ ::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


1454
1455
1456
# File 'sig/types.rbs', line 1454

def creation_date_time
  @creation_date_time
end

#data_privacy ⇒ Types::DataPrivacy

Returns the value of attribute data_privacy.

Returns:



1451
1452
1453
# File 'sig/types.rbs', line 1451

def data_privacy
  @data_privacy
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


1449
1450
1451
# File 'sig/types.rbs', line 1449

def description
  @description
end

#error_log_settings ⇒ Types::ErrorLogSettings

Returns the value of attribute error_log_settings.



1459
1460
1461
# File 'sig/types.rbs', line 1459

def error_log_settings
  @error_log_settings
end

#failure_reasons ⇒ ::Array[::String]

Returns the value of attribute failure_reasons.

Returns:

  • (::Array[::String])


1458
1459
1460
# File 'sig/types.rbs', line 1458

def failure_reasons
  @failure_reasons
end

#idle_session_ttl_in_seconds ⇒ ::Integer

Returns the value of attribute idle_session_ttl_in_seconds.

Returns:

  • (::Integer)


1452
1453
1454
# File 'sig/types.rbs', line 1452

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)


1455
1456
1457
# File 'sig/types.rbs', line 1455

def last_updated_date_time
  @last_updated_date_time
end

#role_arn ⇒ ::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1450
1451
1452
# File 'sig/types.rbs', line 1450

def role_arn
  @role_arn
end