Class: Aws::Types::UnusedAccessTypeStatistics

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#total::Integer

Returns the value of attribute total.

Returns:



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.

Returns:



1181
1182
1183
# File 'sig/types.rbs', line 1181

def unused_access_type
  @unused_access_type
end