AssetSummary
public struct AssetSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The hashes of the asset.
Declaration
Swift
public let hashes: [HashAlgorithm : String]?
-
The name of the asset.
Declaration
Swift
public let name: String
-
The size of the asset.
Declaration
Swift
public let size: Int64?
-
Undocumented
Declaration
Swift
public init(hashes: [HashAlgorithm : String]? = nil, name: String, size: Int64? = nil)