Class: Aws::Types::UpdateRoomMembershipRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


891
892
893
# File 'sig/types.rbs', line 891

def 
  @account_id
end

#member_id::String

Returns the value of attribute member_id.

Returns:

  • (::String)


893
894
895
# File 'sig/types.rbs', line 893

def member_id
  @member_id
end

#role"Administrator", "Member"

Returns the value of attribute role.

Returns:



894
895
896
# File 'sig/types.rbs', line 894

def role
  @role
end

#room_id::String

Returns the value of attribute room_id.

Returns:

  • (::String)


892
893
894
# File 'sig/types.rbs', line 892

def room_id
  @room_id
end