Class: Aws::Types::HPOObjective

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#metric_name ⇒ ::String

Returns the value of attribute metric_name.

Returns:

  • (::String)


916
917
918
# File 'sig/types.rbs', line 916

def metric_name
  @metric_name
end

#metric_regex ⇒ ::String

Returns the value of attribute metric_regex.

Returns:

  • (::String)


917
918
919
# File 'sig/types.rbs', line 917

def metric_regex
  @metric_regex
end

#type ⇒ ::String

Returns the value of attribute type.

Returns:

  • (::String)


915
916
917
# File 'sig/types.rbs', line 915

def type
  @type
end