Class: Aws::Types::EdgeModelStat

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#active_device_count::Integer

Returns the value of attribute active_device_count.

Returns:

  • (::Integer)


5680
5681
5682
# File 'sig/types.rbs', line 5680

def active_device_count
  @active_device_count
end

#connected_device_count::Integer

Returns the value of attribute connected_device_count.

Returns:

  • (::Integer)


5679
5680
5681
# File 'sig/types.rbs', line 5679

def connected_device_count
  @connected_device_count
end

#model_name::String

Returns the value of attribute model_name.

Returns:

  • (::String)


5676
5677
5678
# File 'sig/types.rbs', line 5676

def model_name
  @model_name
end

#model_version::String

Returns the value of attribute model_version.

Returns:

  • (::String)


5677
5678
5679
# File 'sig/types.rbs', line 5677

def model_version
  @model_version
end

#offline_device_count::Integer

Returns the value of attribute offline_device_count.

Returns:

  • (::Integer)


5678
5679
5680
# File 'sig/types.rbs', line 5678

def offline_device_count
  @offline_device_count
end

#sampling_device_count::Integer

Returns the value of attribute sampling_device_count.

Returns:

  • (::Integer)


5681
5682
5683
# File 'sig/types.rbs', line 5681

def sampling_device_count
  @sampling_device_count
end