DescribeChangeSetInput
public struct DescribeChangeSetInput : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  The name or Amazon Resource Name (ARN) of the change set that you want to describe. DeclarationSwift public let changeSetName: String
- 
                  
                  A string (provided by the DescribeChangeSet response output) that identifies the next page of information that you want to retrieve. DeclarationSwift 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. DeclarationSwift public let stackName: String?
- 
                  
                  Undocumented DeclarationSwift public init(changeSetName: String, nextToken: String? = nil, stackName: String? = nil)
- 
                  
                  DeclarationSwift public func validate(name: String) throws
 View on GitHub
View on GitHub DescribeChangeSetInput Structure Reference
        DescribeChangeSetInput Structure Reference