Class: Aws::Types::MetricSpecification

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

Defined Under Namespace

Classes: Customized, Predefined, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#customizedTypes::CustomizedMetricSpecification

Returns the value of attribute customized.



8722
8723
8724
# File 'sig/types.rbs', line 8722

def customized
  @customized
end

#predefinedTypes::PredefinedMetricSpecification

Returns the value of attribute predefined.



8721
8722
8723
# File 'sig/types.rbs', line 8721

def predefined
  @predefined
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


8723
8724
8725
# File 'sig/types.rbs', line 8723

def unknown
  @unknown
end