Class: Aws::Chime::Types::DeleteAttendeeRequest

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

#attendee_idString

The Amazon Chime SDK attendee ID.

Returns:

  • (String)


2768
2769
2770
2771
2772
2773
# File 'lib/aws-sdk-chime/types.rb', line 2768

class DeleteAttendeeRequest < Struct.new(
  :meeting_id,
  :attendee_id)
  SENSITIVE = []
  include Aws::Structure
end

#meeting_idString

The Amazon Chime SDK meeting ID.

Returns:

  • (String)


2768
2769
2770
2771
2772
2773
# File 'lib/aws-sdk-chime/types.rb', line 2768

class DeleteAttendeeRequest < Struct.new(
  :meeting_id,
  :attendee_id)
  SENSITIVE = []
  include Aws::Structure
end