Class: Aws::Chime::Types::UpdateRoomMembershipRequest

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)


8616
8617
8618
8619
8620
8621
8622
8623
# File 'lib/aws-sdk-chime/types.rb', line 8616

class UpdateRoomMembershipRequest < Struct.new(
  :account_id,
  :room_id,
  :member_id,
  :role)
  SENSITIVE = []
  include Aws::Structure
end

#member_idString

The member ID.

Returns:

  • (String)


8616
8617
8618
8619
8620
8621
8622
8623
# File 'lib/aws-sdk-chime/types.rb', line 8616

class UpdateRoomMembershipRequest < Struct.new(
  :account_id,
  :room_id,
  :member_id,
  :role)
  SENSITIVE = []
  include Aws::Structure
end

#roleString

The role of the member.

Returns:

  • (String)


8616
8617
8618
8619
8620
8621
8622
8623
# File 'lib/aws-sdk-chime/types.rb', line 8616

class UpdateRoomMembershipRequest < Struct.new(
  :account_id,
  :room_id,
  :member_id,
  :role)
  SENSITIVE = []
  include Aws::Structure
end

#room_idString

The room ID.

Returns:

  • (String)


8616
8617
8618
8619
8620
8621
8622
8623
# File 'lib/aws-sdk-chime/types.rb', line 8616

class UpdateRoomMembershipRequest < Struct.new(
  :account_id,
  :room_id,
  :member_id,
  :role)
  SENSITIVE = []
  include Aws::Structure
end