class Aws::AlexaForBusiness::Types::UpdateRoomRequest

@note When making an API call, you may pass UpdateRoomRequest

data as a hash:

    {
      room_arn: "Arn",
      room_name: "RoomName",
      description: "RoomDescription",
      provider_calendar_id: "ProviderCalendarId",
      profile_arn: "Arn",
    }

@!attribute [rw] room_arn

The ARN of the room to update.
@return [String]

@!attribute [rw] room_name

The updated name for the room.
@return [String]

@!attribute [rw] description

The updated description for the room.
@return [String]

@!attribute [rw] provider_calendar_id

The updated provider calendar ARN for the room.
@return [String]

@!attribute [rw] profile_arn

The updated profile ARN for the room.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/UpdateRoomRequest AWS API Documentation

Constants

SENSITIVE