Class: Aws::Types::MetricDefinitionRequest

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:

  • (::Hash[::String, ::String])


304
305
306
# File 'sig/types.rbs', line 304

def dimension_keys
  @dimension_keys
end

#event_pattern::String

Returns the value of attribute event_pattern.

Returns:

  • (::String)


305
306
307
# File 'sig/types.rbs', line 305

def event_pattern
  @event_pattern
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


301
302
303
# File 'sig/types.rbs', line 301

def name
  @name
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


306
307
308
# File 'sig/types.rbs', line 306

def namespace
  @namespace
end

#unit_label::String

Returns the value of attribute unit_label.

Returns:

  • (::String)


303
304
305
# File 'sig/types.rbs', line 303

def unit_label
  @unit_label
end

#value_key::String

Returns the value of attribute value_key.

Returns:

  • (::String)


302
303
304
# File 'sig/types.rbs', line 302

def value_key
  @value_key
end