Class: Aws::Types::HumanEvaluationCustomMetric

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :description])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2440
2441
2442
# File 'sig/types.rbs', line 2440

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2439
2440
2441
# File 'sig/types.rbs', line 2439

def name
  @name
end

#rating_method::String

Returns the value of attribute rating_method.

Returns:

  • (::String)


2441
2442
2443
# File 'sig/types.rbs', line 2441

def rating_method
  @rating_method
end