Class: Aws::Types::SensitivityAggregations

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#classifiable_size_in_bytes::Integer

Returns the value of attribute classifiable_size_in_bytes.

Returns:

  • (::Integer)


1661
1662
1663
# File 'sig/types.rbs', line 1661

def classifiable_size_in_bytes
  @classifiable_size_in_bytes
end

#publicly_accessible_count::Integer

Returns the value of attribute publicly_accessible_count.

Returns:

  • (::Integer)


1662
1663
1664
# File 'sig/types.rbs', line 1662

def publicly_accessible_count
  @publicly_accessible_count
end

#total_count::Integer

Returns the value of attribute total_count.

Returns:

  • (::Integer)


1663
1664
1665
# File 'sig/types.rbs', line 1663

def total_count
  @total_count
end

#total_size_in_bytes::Integer

Returns the value of attribute total_size_in_bytes.

Returns:

  • (::Integer)


1664
1665
1666
# File 'sig/types.rbs', line 1664

def total_size_in_bytes
  @total_size_in_bytes
end