DescribeChangeSetInput

public struct DescribeChangeSetInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name or Amazon Resource Name (ARN) of the change set that you want to describe.

    Declaration

    Swift

    public let changeSetName: String
  • A string (provided by the DescribeChangeSet response output) that identifies the next page of information that you want to retrieve.

    Declaration

    Swift

    public let nextToken: String?
  • If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want to describe.

    Declaration

    Swift

    public let stackName: String?
  • Undocumented

    Declaration

    Swift

    public init(changeSetName: String, nextToken: String? = nil, stackName: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws