CreateDashboardResponse
public struct CreateDashboardResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ARN of the dashboard, which has the following format. arn:${Partition}:iotsitewise:${Region}:${Account}:dashboard/${DashboardId}
Declaration
Swift
public let dashboardArn: String -
The ID of the dashboard.
Declaration
Swift
public let dashboardId: String -
Undocumented
Declaration
Swift
public init(dashboardArn: String, dashboardId: String)
View on GitHub
CreateDashboardResponse Structure Reference