Class: Aws::EFS::Types::FileSystemSize

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb

Overview

The latest known metered size (in bytes) of data stored in the file system, in its Value field, and the time at which that size was determined in its Timestamp field. The value doesn't represent the size of a consistent snapshot of the file system, but it is eventually consistent when there are no writes to the file system. That is, the value represents the actual size only if the file system is not modified for a period longer than a couple of hours. Otherwise, the value is not necessarily the exact size the file system was at any instant in time.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#timestampTime

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.

Returns:

  • (Time)


1573
1574
1575
1576
1577
1578
1579
1580
1581
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 1573

class FileSystemSize < Struct.new(
  :value,
  :timestamp,
  :value_in_ia,
  :value_in_standard,
  :value_in_archive)
  SENSITIVE = []
  include Aws::Structure
end

#valueInteger

The latest known metered size (in bytes) of data stored in the file system.

Returns:

  • (Integer)


1573
1574
1575
1576
1577
1578
1579
1580
1581
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 1573

class FileSystemSize < Struct.new(
  :value,
  :timestamp,
  :value_in_ia,
  :value_in_standard,
  :value_in_archive)
  SENSITIVE = []
  include Aws::Structure
end

#value_in_archiveInteger

The latest known metered size (in bytes) of data stored in the Archive storage class.

Returns:

  • (Integer)


1573
1574
1575
1576
1577
1578
1579
1580
1581
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 1573

class FileSystemSize < Struct.new(
  :value,
  :timestamp,
  :value_in_ia,
  :value_in_standard,
  :value_in_archive)
  SENSITIVE = []
  include Aws::Structure
end

#value_in_iaInteger

The latest known metered size (in bytes) of data stored in the Infrequent Access storage class.

Returns:

  • (Integer)


1573
1574
1575
1576
1577
1578
1579
1580
1581
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 1573

class FileSystemSize < Struct.new(
  :value,
  :timestamp,
  :value_in_ia,
  :value_in_standard,
  :value_in_archive)
  SENSITIVE = []
  include Aws::Structure
end

#value_in_standardInteger

The latest known metered size (in bytes) of data stored in the Standard storage class.

Returns:

  • (Integer)


1573
1574
1575
1576
1577
1578
1579
1580
1581
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 1573

class FileSystemSize < Struct.new(
  :value,
  :timestamp,
  :value_in_ia,
  :value_in_standard,
  :value_in_archive)
  SENSITIVE = []
  include Aws::Structure
end