class Aws::AlexaForBusiness::Types::CreateRoomRequest

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

data as a hash:

    {
      room_name: "RoomName", # required
      description: "RoomDescription",
      profile_arn: "Arn",
      provider_calendar_id: "ProviderCalendarId",
      client_request_token: "ClientRequestToken",
      tags: [
        {
          key: "TagKey", # required
          value: "TagValue", # required
        },
      ],
    }

@!attribute [rw] room_name

The name for the room.
@return [String]

@!attribute [rw] description

The description for the room.
@return [String]

@!attribute [rw] profile_arn

The profile ARN for the room. This is required.
@return [String]

@!attribute [rw] provider_calendar_id

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

@!attribute [rw] client_request_token

A unique, user-specified identifier for this request that ensures
idempotency.

**A suitable default value is auto-generated.** You should normally
not need to pass this option.
@return [String]

@!attribute [rw] tags

The tags for the room.
@return [Array<Types::Tag>]

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

Constants

SENSITIVE