GenerateChangeSetRequest
public struct GenerateChangeSetRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the application associated with the change set.
Declaration
Swift
public let appId: String? -
The format for the change set.
Declaration
Swift
public let changesetFormat: OutputFormat? -
Undocumented
Declaration
Swift
public init(appId: String? = nil, changesetFormat: OutputFormat? = nil)
View on GitHub
GenerateChangeSetRequest Structure Reference