DataSourceSyncJobMetricTarget

public struct DataSourceSyncJobMetricTarget : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the data source that is running the sync job.

    Declaration

    Swift

    public let dataSourceId: String
  • The ID of the sync job that is running on the data source.

    Declaration

    Swift

    public let dataSourceSyncJobId: String
  • Undocumented

    Declaration

    Swift

    public init(dataSourceId: String, dataSourceSyncJobId: String)
  • Declaration

    Swift

    public func validate(name: String) throws