BatchGetApplicationRevisionsOutput
public struct BatchGetApplicationRevisionsOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the application that corresponds to the revisions.
Declaration
Swift
public let applicationName: String? -
Information about errors that might have occurred during the API call.
Declaration
Swift
public let errorMessage: String? -
Additional information about the revisions, including the type and location.
Declaration
Swift
public let revisions: [RevisionInfo]? -
Undocumented
Declaration
Swift
public init(applicationName: String? = nil, errorMessage: String? = nil, revisions: [RevisionInfo]? = nil)
View on GitHub
BatchGetApplicationRevisionsOutput Structure Reference