Class: Aws::Types::MetricDefinition

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#dimension_keys::Hash[::String, ::String]

Returns the value of attribute dimension_keys.

Returns:



294
295
296
# File 'sig/types.rbs', line 294

def dimension_keys
  @dimension_keys
end

#event_pattern::String

Returns the value of attribute event_pattern.

Returns:



295
296
297
# File 'sig/types.rbs', line 295

def event_pattern
  @event_pattern
end

#metric_definition_id::String

Returns the value of attribute metric_definition_id.

Returns:



290
291
292
# File 'sig/types.rbs', line 290

def metric_definition_id
  @metric_definition_id
end

#name::String

Returns the value of attribute name.

Returns:



291
292
293
# File 'sig/types.rbs', line 291

def name
  @name
end

#namespace::String

Returns the value of attribute namespace.

Returns:



296
297
298
# File 'sig/types.rbs', line 296

def namespace
  @namespace
end

#unit_label::String

Returns the value of attribute unit_label.

Returns:



293
294
295
# File 'sig/types.rbs', line 293

def unit_label
  @unit_label
end

#value_key::String

Returns the value of attribute value_key.

Returns:



292
293
294
# File 'sig/types.rbs', line 292

def value_key
  @value_key
end