Class: Aws::Chime::Types::GetBotResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#botTypes::Bot

The chat bot details.

Returns:



4008
4009
4010
4011
4012
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 4008

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