Class: Aws::Types::HPOObjective
- Inherits:
-
Object
- Object
- Aws::Types::HPOObjective
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
-
#metric_regex ⇒ ::String
Returns the value of attribute metric_regex.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
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.
917 918 919 |
# File 'sig/types.rbs', line 917 def metric_regex @metric_regex end |
#type ⇒ ::String
Returns the value of attribute type.
915 916 917 |
# File 'sig/types.rbs', line 915 def type @type end |