CreatedArtifact

public struct CreatedArtifact : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.

    Declaration

    Swift

    public let description: String?
  • An ARN that uniquely identifies the result of a migration task.

    Declaration

    Swift

    public let name: String
  • Undocumented

    Declaration

    Swift

    public init(description: String? = nil, name: String)
  • Declaration

    Swift

    public func validate(name: String) throws