Class: Aws::Chime::Types::GetBotRequest

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

#account_idString

The Amazon Chime account ID.

Returns:

  • (String)


3995
3996
3997
3998
3999
4000
# File 'lib/aws-sdk-chime/types.rb', line 3995

class GetBotRequest < Struct.new(
  :account_id,
  :bot_id)
  SENSITIVE = []
  include Aws::Structure
end

#bot_idString

The bot ID.

Returns:

  • (String)


3995
3996
3997
3998
3999
4000
# File 'lib/aws-sdk-chime/types.rb', line 3995

class GetBotRequest < Struct.new(
  :account_id,
  :bot_id)
  SENSITIVE = []
  include Aws::Structure
end