DashboardSummary

public struct DashboardSummary : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The date the dashboard was created, in Unix epoch time.

    Declaration

    Swift

    public let creationDate: TimeStamp?
  • The dashboard’s description.

    Declaration

    Swift

    public let description: String?
  • id

    The ID of the dashboard.

    Declaration

    Swift

    public let id: String
  • The date the dashboard was last updated, in Unix epoch time.

    Declaration

    Swift

    public let lastUpdateDate: TimeStamp?
  • The name of the dashboard

    Declaration

    Swift

    public let name: String
  • Undocumented

    Declaration

    Swift

    public init(creationDate: TimeStamp? = nil, description: String? = nil, id: String, lastUpdateDate: TimeStamp? = nil, name: String)