Class: Aws::Types::UnusedAccessTypeStatistics
- Inherits:
-
Object
- Object
- Aws::Types::UnusedAccessTypeStatistics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#total ⇒ ::Integer
Returns the value of attribute total.
-
#unused_access_type ⇒ ::String
Returns the value of attribute unused_access_type.
Instance Attribute Details
#total ⇒ ::Integer
Returns the value of attribute total.
1182 1183 1184 |
# File 'sig/types.rbs', line 1182 def total @total end |
#unused_access_type ⇒ ::String
Returns the value of attribute unused_access_type.
1181 1182 1183 |
# File 'sig/types.rbs', line 1181 def unused_access_type @unused_access_type end |