ImageLocation
public struct ImageLocation : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the image.
Declaration
Swift
public let id: String -
The URL where the image is available. The URL is valid for 15 minutes so that you can view and download the image
Declaration
Swift
public let url: String -
Undocumented
Declaration
Swift
public init(id: String, url: String)
View on GitHub
ImageLocation Structure Reference