EstimatedResourceSize
public struct EstimatedResourceSize : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The time when the estimate of the size of the resource was made.
Declaration
Swift
public let estimatedOn: TimeStamp?
-
The estimated size of the resource in bytes.
Declaration
Swift
public let estimatedSizeInBytes: Double?
-
Undocumented
Declaration
Swift
public init(estimatedOn: TimeStamp? = nil, estimatedSizeInBytes: Double? = nil)