DescribeChangeSetRequest

public struct DescribeChangeSetRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Required. The catalog related to the request. Fixed value: AWSMarketplace

    Declaration

    Swift

    public let catalog: String
  • Required. The unique identifier for the StartChangeSet request that you want to describe the details for.

    Declaration

    Swift

    public let changeSetId: String
  • Undocumented

    Declaration

    Swift

    public init(catalog: String, changeSetId: String)
  • Declaration

    Swift

    public func validate(name: String) throws