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)


5661
5662
5663
# File 'sig/types.rbs', line 5661

def active_device_count
  @active_device_count
end

#connected_device_count::Integer

Returns the value of attribute connected_device_count.

Returns:

  • (::Integer)


5660
5661
5662
# File 'sig/types.rbs', line 5660

def connected_device_count
  @connected_device_count
end

#model_name::String

Returns the value of attribute model_name.

Returns:

  • (::String)


5657
5658
5659
# File 'sig/types.rbs', line 5657

def model_name
  @model_name
end

#model_version::String

Returns the value of attribute model_version.

Returns:

  • (::String)


5658
5659
5660
# File 'sig/types.rbs', line 5658

def model_version
  @model_version
end

#offline_device_count::Integer

Returns the value of attribute offline_device_count.

Returns:

  • (::Integer)


5659
5660
5661
# File 'sig/types.rbs', line 5659

def offline_device_count
  @offline_device_count
end

#sampling_device_count::Integer

Returns the value of attribute sampling_device_count.

Returns:

  • (::Integer)


5662
5663
5664
# File 'sig/types.rbs', line 5662

def sampling_device_count
  @sampling_device_count
end