Class: Aws::Types::ScannedItemCount

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#files::Integer

Returns the value of attribute files.

Returns:

  • (::Integer)


2880
2881
2882
# File 'sig/types.rbs', line 2880

def files
  @files
end

#total_gb::Integer

Returns the value of attribute total_gb.

Returns:

  • (::Integer)


2879
2880
2881
# File 'sig/types.rbs', line 2879

def total_gb
  @total_gb
end

#volumes::Integer

Returns the value of attribute volumes.

Returns:

  • (::Integer)


2881
2882
2883
# File 'sig/types.rbs', line 2881

def volumes
  @volumes
end