GetDashboardOutput
public struct GetDashboardOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the dashboard.
Declaration
Swift
public let dashboardArn: 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.
Declaration
Swift
public let dashboardBody: String?
-
The name of the dashboard.
Declaration
Swift
public let dashboardName: String?
-
Undocumented
Declaration
Swift
public init(dashboardArn: String? = nil, dashboardBody: String? = nil, dashboardName: String? = nil)