You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::AlexaForBusiness::Types::UpdateRoomRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateRoomRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The updated description for the room.

Returns:

  • (String)

    The updated description for the room.

#profile_arnString

The updated profile ARN for the room.

Returns:

  • (String)

    The updated profile ARN for the room.

#provider_calendar_idString

The updated provider calendar ARN for the room.

Returns:

  • (String)

    The updated provider calendar ARN for the room.

#room_arnString

The ARN of the room to update.

Returns:

  • (String)

    The ARN of the room to update.

#room_nameString

The updated name for the room.

Returns:

  • (String)

    The updated name for the room.