DescribeResourceResponse class
Properties
-
bookingOptions
→ BookingOptions?
-
The booking options for the described resource.
final
-
disabledDate
→ DateTime?
-
The date and time when a resource was disabled from WorkMail, in UNIX epoch
time format.
final
-
email
→ String?
-
The email of the described resource.
final
-
enabledDate
→ DateTime?
-
The date and time when a resource was enabled for WorkMail, in UNIX epoch
time format.
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
name
→ String?
-
The name of the described resource.
final
-
resourceId
→ String?
-
The identifier of the described resource.
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
state
→ EntityState?
-
The state of the resource: enabled (registered to Amazon WorkMail), disabled
(deregistered or never registered to WorkMail), or deleted.
final
-
type
→ ResourceType?
-
The type of the described resource.
final
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited