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 =

Instance Attribute Summary collapse

Instance Attribute Details

#customizedTypes::CustomizedMetricSpecification

Returns the value of attribute customized.



8769
8770
8771
# File 'sig/types.rbs', line 8769

def customized
  @customized
end

#predefinedTypes::PredefinedMetricSpecification

Returns the value of attribute predefined.



8768
8769
8770
# File 'sig/types.rbs', line 8768

def predefined
  @predefined
end

#unknownObject

Returns the value of attribute unknown.



8770
8771
8772
# File 'sig/types.rbs', line 8770

def unknown
  @unknown
end