DashboardVersion

public struct DashboardVersion : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The Amazon Resource Name (ARN) of the resource.

    Declaration

    Swift

    public let arn: String?
  • The time that this dashboard version was created.

    Declaration

    Swift

    public let createdTime: TimeStamp?
  • The Amazon Resource Numbers (ARNs) for the datasets that are associated with this version of the dashboard.

    Declaration

    Swift

    public let dataSetArns: [String]?
  • Description.

    Declaration

    Swift

    public let description: String?
  • Errors associated with this dashboard version.

    Declaration

    Swift

    public let errors: [DashboardError]?
  • Source entity ARN.

    Declaration

    Swift

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

    Declaration

    Swift

    public let status: ResourceStatus?
  • The ARN of the theme associated with a version of the dashboard.

    Declaration

    Swift

    public let themeArn: String?
  • Version number for this version of the dashboard.

    Declaration

    Swift

    public let versionNumber: Int64?
  • Undocumented

    Declaration

    Swift

    public init(arn: String? = nil, createdTime: TimeStamp? = nil, dataSetArns: [String]? = nil, description: String? = nil, errors: [DashboardError]? = nil, sourceEntityArn: String? = nil, status: ResourceStatus? = nil, themeArn: String? = nil, versionNumber: Int64? = nil)