Class: Aws::Types::BotSummary

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)


557
558
559
# File 'sig/types.rbs', line 557

def bot_id
  @bot_id
end

#bot_name ⇒ ::String

Returns the value of attribute bot_name.

Returns:

  • (::String)


558
559
560
# File 'sig/types.rbs', line 558

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


560
561
562
# File 'sig/types.rbs', line 560

def bot_status
  @bot_status
end

#bot_type ⇒ "Bot", "BotNetwork"

Returns the value of attribute bot_type.

Returns:

  • ("Bot", "BotNetwork")


563
564
565
# File 'sig/types.rbs', line 563

def bot_type
  @bot_type
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


559
560
561
# File 'sig/types.rbs', line 559

def description
  @description
end

#last_updated_date_time ⇒ ::Time

Returns the value of attribute last_updated_date_time.

Returns:

  • (::Time)


562
563
564
# File 'sig/types.rbs', line 562

def last_updated_date_time
  @last_updated_date_time
end

#latest_bot_version ⇒ ::String

Returns the value of attribute latest_bot_version.

Returns:

  • (::String)


561
562
563
# File 'sig/types.rbs', line 561

def latest_bot_version
  @latest_bot_version
end