CreateDashboardResponse

public struct CreateDashboardResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The ARN of the dashboard.

    Declaration

    Swift

    public let arn: String?
  • The status of the dashboard creation request.

    Declaration

    Swift

    public let creationStatus: ResourceStatus?
  • The ID for the dashboard.

    Declaration

    Swift

    public let dashboardId: String?
  • The AWS request ID for this operation.

    Declaration

    Swift

    public let requestId: String?
  • The HTTP status of the request.

    Declaration

    Swift

    public let status: Int?
  • The ARN of the dashboard, including the version number of the first version that is created.

    Declaration

    Swift

    public let versionArn: String?
  • Undocumented

    Declaration

    Swift

    public init(arn: String? = nil, creationStatus: ResourceStatus? = nil, dashboardId: String? = nil, requestId: String? = nil, status: Int? = nil, versionArn: String? = nil)