Class: Aws::Chime::Types::DeleteEventsConfigurationRequest

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

#account_idString

The Amazon Chime account ID.

Returns:

  • (String)


2890
2891
2892
2893
2894
2895
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 2890

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

#bot_idString

The bot ID.

Returns:

  • (String)


2890
2891
2892
2893
2894
2895
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 2890

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