Class: Aws::Types::DomainStats

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#metering_profile_count::Integer

Returns the value of attribute metering_profile_count.

Returns:

  • (::Integer)


869
870
871
# File 'sig/types.rbs', line 869

def metering_profile_count
  @metering_profile_count
end

#object_count::Integer

Returns the value of attribute object_count.

Returns:

  • (::Integer)


870
871
872
# File 'sig/types.rbs', line 870

def object_count
  @object_count
end

#profile_count::Integer

Returns the value of attribute profile_count.

Returns:

  • (::Integer)


868
869
870
# File 'sig/types.rbs', line 868

def profile_count
  @profile_count
end

#total_size::Integer

Returns the value of attribute total_size.

Returns:

  • (::Integer)


871
872
873
# File 'sig/types.rbs', line 871

def total_size
  @total_size
end