GetDashboardOutput class
Constructors
- GetDashboardOutput({String? dashboardArn, String? dashboardBody, String? dashboardName})
- GetDashboardOutput.fromXml(XmlElement elem)
-
factory
Properties
- dashboardArn → String?
-
The Amazon Resource Name (ARN) of the dashboard.
final
- dashboardBody → String?
-
The detailed information about the dashboard, including what widgets are
included and their location on the dashboard. For more information about the
DashboardBody
syntax, see Dashboard Body Structure and Syntax.final - dashboardName → String?
-
The name of the dashboard.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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