Class: Aws::Chime::Types::UntagAttendeeRequest

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)


8149
8150
8151
8152
8153
8154
8155
# File 'lib/aws-sdk-chime/types.rb', line 8149

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

#meeting_idString

The Amazon Chime SDK meeting ID.

Returns:

  • (String)


8149
8150
8151
8152
8153
8154
8155
# File 'lib/aws-sdk-chime/types.rb', line 8149

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

#tag_keysArray<String>

The tag keys.

Returns:

  • (Array<String>)


8149
8150
8151
8152
8153
8154
8155
# File 'lib/aws-sdk-chime/types.rb', line 8149

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