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

Class: Aws::WorkMail::Types::CreateResourceRequest

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

Overview

Note:

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

{
  organization_id: "OrganizationId", # required
  name: "ResourceName", # required
  type: "ROOM", # required, accepts ROOM, EQUIPMENT
}

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the new resource.

Returns:

  • (String)

    The name of the new resource.

#organization_idString

The identifier associated with the organization for which the resource is created.

Returns:

  • (String)

    The identifier associated with the organization for which the resource is created.

#typeString

The type of the new resource. The available types are equipment and room.

Possible values:

  • ROOM
  • EQUIPMENT

Returns:

  • (String)

    The type of the new resource.