Class: Aws::Types::AutomatedEvaluationCustomMetricSource

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

Defined Under Namespace

Classes: CustomMetricDefinition, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:custom_metric_definition])

Instance Attribute Summary collapse

Instance Attribute Details

#custom_metric_definitionTypes::CustomMetricDefinition

Returns the value of attribute custom_metric_definition.



79
80
81
# File 'sig/types.rbs', line 79

def custom_metric_definition
  @custom_metric_definition
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


80
81
82
# File 'sig/types.rbs', line 80

def unknown
  @unknown
end