EnvironmentFile
public struct EnvironmentFile : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The file type to use. The only supported value is s3.
Declaration
Swift
public let type: EnvironmentFileType
-
The Amazon Resource Name (ARN) of the Amazon S3 object containing the environment variable file.
Declaration
Swift
public let value: String
-
Undocumented
Declaration
Swift
public init(type: EnvironmentFileType, value: String)