DescribeApplicationsMessage
public struct DescribeApplicationsMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
If specified, AWS Elastic Beanstalk restricts the returned descriptions to only include those with the specified names.
Declaration
Swift
public let applicationNames: [String]?
-
Undocumented
Declaration
Swift
public init(applicationNames: [String]? = nil)
-
Declaration
Swift
public func validate(name: String) throws