class Aws::WorkMail::Types::CreateResourceRequest

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

data as a hash:

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

@!attribute [rw] organization_id

The identifier associated with the organization for which the
resource is created.
@return [String]

@!attribute [rw] name

The name of the new resource.
@return [String]

@!attribute [rw] type

The type of the new resource. The available types are `equipment`
and `room`.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/workmail-2017-10-01/CreateResourceRequest AWS API Documentation

Constants

SENSITIVE