Class: Aws::Chime::Types::CreateBotResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#botTypes::Bot

The bot details.

Returns:



1797
1798
1799
1800
1801
# File 'lib/aws-sdk-chime/types.rb', line 1797

class CreateBotResponse < Struct.new(
  :bot)
  SENSITIVE = []
  include Aws::Structure
end