Class: Aws::Types::ObjectLevelStatistics

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#file_type::Integer

Returns the value of attribute file_type.

Returns:

  • (::Integer)


1386
1387
1388
# File 'sig/types.rbs', line 1386

def file_type
  @file_type
end

#storage_class::Integer

Returns the value of attribute storage_class.

Returns:

  • (::Integer)


1387
1388
1389
# File 'sig/types.rbs', line 1387

def storage_class
  @storage_class
end

#total::Integer

Returns the value of attribute total.

Returns:

  • (::Integer)


1388
1389
1390
# File 'sig/types.rbs', line 1388

def total
  @total
end