Resource

public struct Resource : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The date indicating when the resource was disabled from Amazon WorkMail use.

    Declaration

    Swift

    public let disabledDate: TimeStamp?
  • The email of the resource.

    Declaration

    Swift

    public let email: String?
  • The date indicating when the resource was enabled for Amazon WorkMail use.

    Declaration

    Swift

    public let enabledDate: TimeStamp?
  • id

    The identifier of the resource.

    Declaration

    Swift

    public let id: String?
  • The name of the resource.

    Declaration

    Swift

    public let name: String?
  • The state of the resource, which can be ENABLED, DISABLED, or DELETED.

    Declaration

    Swift

    public let state: EntityState?
  • The type of the resource: equipment or room.

    Declaration

    Swift

    public let type: ResourceType?
  • Undocumented

    Declaration

    Swift

    public init(disabledDate: TimeStamp? = nil, email: String? = nil, enabledDate: TimeStamp? = nil, id: String? = nil, name: String? = nil, state: EntityState? = nil, type: ResourceType? = nil)