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

Class: Aws::AlexaForBusiness::Types::CreateRoomRequest

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

Overview

Note:

When passing CreateRoomRequest as input to an Aws::Client method, you can use a vanilla 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
    },
  ],
}

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_tokenString

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

Returns:

  • (String)

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

#descriptionString

The description for the room.

Returns:

  • (String)

    The description for the room.

#profile_arnString

The profile ARN for the room. This is required.

Returns:

  • (String)

    The profile ARN for the room.

#provider_calendar_idString

The calendar ARN for the room.

Returns:

  • (String)

    The calendar ARN for the room.

#room_nameString

The name for the room.

Returns:

  • (String)

    The name for the room.

#tagsArray<Types::Tag>

The tags for the room.

Returns: