ApplicationDescription
public struct ApplicationDescription : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the application.
Declaration
Swift
public let applicationArn: String?
-
The name of the application.
Declaration
Swift
public let applicationName: String?
-
The names of the configuration templates associated with this application.
Declaration
Swift
public let configurationTemplates: [String]?
-
The date when the application was created.
Declaration
Swift
public let dateCreated: TimeStamp?
-
The date when the application was last modified.
Declaration
Swift
public let dateUpdated: TimeStamp?
-
User-defined description of the application.
Declaration
Swift
public let description: String?
-
The lifecycle settings for the application.
Declaration
Swift
public let resourceLifecycleConfig: ApplicationResourceLifecycleConfig?
-
The names of the versions for this application.
Declaration
Swift
public let versions: [String]?
-
init(applicationArn:applicationName:configurationTemplates:dateCreated:dateUpdated:description:resourceLifecycleConfig:versions:)
Undocumented
Declaration
Swift
public init(applicationArn: String? = nil, applicationName: String? = nil, configurationTemplates: [String]? = nil, dateCreated: TimeStamp? = nil, dateUpdated: TimeStamp? = nil, description: String? = nil, resourceLifecycleConfig: ApplicationResourceLifecycleConfig? = nil, versions: [String]? = nil)