DescribeResourceResponse
public struct DescribeResourceResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The booking options for the described resource.
Declaration
Swift
public let bookingOptions: BookingOptions?
-
The date and time when a resource was disabled from WorkMail, in UNIX epoch time format.
Declaration
Swift
public let disabledDate: TimeStamp?
-
The email of the described resource.
Declaration
Swift
public let email: String?
-
The date and time when a resource was enabled for WorkMail, in UNIX epoch time format.
Declaration
Swift
public let enabledDate: TimeStamp?
-
The name of the described resource.
Declaration
Swift
public let name: String?
-
The identifier of the described resource.
Declaration
Swift
public let resourceId: String?
-
The state of the resource: enabled (registered to Amazon WorkMail), disabled (deregistered or never registered to WorkMail), or deleted.
Declaration
Swift
public let state: EntityState?
-
The type of the described resource.
Declaration
Swift
public let type: ResourceType?
-
Undocumented
Declaration
Swift
public init(bookingOptions: BookingOptions? = nil, disabledDate: TimeStamp? = nil, email: String? = nil, enabledDate: TimeStamp? = nil, name: String? = nil, resourceId: String? = nil, state: EntityState? = nil, type: ResourceType? = nil)