FileSystemSize
public struct FileSystemSize : AWSShape
                Undocumented
- 
                  
                  
Declaration
Swift
public static var _members: [AWSShapeMember] - 
                  
                  
The time at which the size of data, returned in the Value field, was determined. The value is the integer number of seconds since 1970-01-01T00:00:00Z.
Declaration
Swift
public let timestamp: TimeStamp? - 
                  
                  
The latest known metered size (in bytes) of data stored in the file system.
Declaration
Swift
public let value: Int64 - 
                  
                  
The latest known metered size (in bytes) of data stored in the Infrequent Access storage class.
Declaration
Swift
public let valueInIA: Int64? - 
                  
                  
The latest known metered size (in bytes) of data stored in the Standard storage class.
Declaration
Swift
public let valueInStandard: Int64? - 
                  
                  
Undocumented
Declaration
Swift
public init(timestamp: TimeStamp? = nil, value: Int64, valueInIA: Int64? = nil, valueInStandard: Int64? = nil) 
View on GitHub
        FileSystemSize Structure Reference