Class: Aws::Types::SensitivityAggregations
- Inherits:
-
Object
- Object
- Aws::Types::SensitivityAggregations
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#classifiable_size_in_bytes ⇒ ::Integer
Returns the value of attribute classifiable_size_in_bytes.
-
#publicly_accessible_count ⇒ ::Integer
Returns the value of attribute publicly_accessible_count.
-
#total_count ⇒ ::Integer
Returns the value of attribute total_count.
-
#total_size_in_bytes ⇒ ::Integer
Returns the value of attribute total_size_in_bytes.
Instance Attribute Details
#classifiable_size_in_bytes ⇒ ::Integer
Returns the value of attribute classifiable_size_in_bytes.
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.
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.
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.
1664 1665 1666 |
# File 'sig/types.rbs', line 1664 def total_size_in_bytes @total_size_in_bytes end |