AWSEFSFileSystemSize
No description
type AWSEFSFileSystemSize {
value: Int64!
determinedAt: DateTime
valueInIa: Int64!
valueInStandard: Int64!
}
Fields
AWSEFSFileSystemSize.value
● Int64!
non-null scalar
The latest known metered size (in bytes) of data stored in the file system
AWSEFSFileSystemSize.determinedAt
● DateTime
scalar
The time at which the size of data, returned in the Value field, was determined
AWSEFSFileSystemSize.valueInIa
● Int64!
non-null scalar
The latest known metered size (in bytes) of data stored in the Infrequent Access storage class
AWSEFSFileSystemSize.valueInStandard
● Int64!
non-null scalar
The latest known metered size (in bytes) of data stored in the Standard storage class
Member of
AWSEFSFileSystem
object