GetImageRecipeRequest

public struct GetImageRecipeRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) of the image recipe that you want to retrieve.

    Declaration

    Swift

    public let imageRecipeArn: String
  • Undocumented

    Declaration

    Swift

    public init(imageRecipeArn: String)
  • Declaration

    Swift

    public func validate(name: String) throws