Class: Aws::Types::FileSystemSize

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#timestamp::Time

Returns the value of attribute timestamp.

Returns:

  • (::Time)


350
351
352
# File 'sig/types.rbs', line 350

def timestamp
  @timestamp
end

#value::Integer

Returns the value of attribute value.

Returns:

  • (::Integer)


349
350
351
# File 'sig/types.rbs', line 349

def value
  @value
end

#value_in_archive::Integer

Returns the value of attribute value_in_archive.

Returns:

  • (::Integer)


353
354
355
# File 'sig/types.rbs', line 353

def value_in_archive
  @value_in_archive
end

#value_in_ia::Integer

Returns the value of attribute value_in_ia.

Returns:

  • (::Integer)


351
352
353
# File 'sig/types.rbs', line 351

def value_in_ia
  @value_in_ia
end

#value_in_standard::Integer

Returns the value of attribute value_in_standard.

Returns:

  • (::Integer)


352
353
354
# File 'sig/types.rbs', line 352

def value_in_standard
  @value_in_standard
end