UpdateDataSourceInput

public struct UpdateDataSourceInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID assigned to the DataSource during creation.

    Declaration

    Swift

    public let dataSourceId: String
  • A new user-supplied name or description of the DataSource that will replace the current description.

    Declaration

    Swift

    public let dataSourceName: String
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws