DashboardEntry class
Represents a specific dashboard.
Constructors
- DashboardEntry({String? dashboardArn, String? dashboardName, DateTime? lastModified, int? size})
- DashboardEntry.fromXml(XmlElement elem)
-
factory
Properties
- dashboardArn → String?
-
The Amazon Resource Name (ARN) of the dashboard.
final
- dashboardName → String?
-
The name of the dashboard.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastModified → DateTime?
-
The time stamp of when the dashboard was last modified, either by an API
call or through the console. This number is expressed as the number of
milliseconds since Jan 1, 1970 00:00:00 UTC.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- size → int?
-
The size of the dashboard, in bytes.
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
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited