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

Class: Aws::WorkMail::Types::Resource

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

Overview

The representation of a resource.

Instance Attribute Summary collapse

Instance Attribute Details

#disabled_dateTime

The date indicating when the resource was disabled from Amazon WorkMail use.

Returns:

  • (Time)

    The date indicating when the resource was disabled from Amazon WorkMail use.

#emailString

The email of the resource.

Returns:

  • (String)

    The email of the resource.

#enabled_dateTime

The date indicating when the resource was enabled for Amazon WorkMail use.

Returns:

  • (Time)

    The date indicating when the resource was enabled for Amazon WorkMail use.

#idString

The identifier of the resource.

Returns:

  • (String)

    The identifier of the resource.

#nameString

The name of the resource.

Returns:

  • (String)

    The name of the resource.

#stateString

The state of the resource, which can be ENABLED, DISABLED, or DELETED.

Possible values:

  • ENABLED
  • DISABLED
  • DELETED

Returns:

  • (String)

    The state of the resource, which can be ENABLED, DISABLED, or DELETED.

#typeString

The type of the resource: equipment or room.

Possible values:

  • ROOM
  • EQUIPMENT

Returns:

  • (String)

    The type of the resource: equipment or room.