Class: Aws::Types::ResponseResourceMetric

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


338
339
340
# File 'sig/types.rbs', line 338

def description
  @description
end

#metric::String

Returns the value of attribute metric.

Returns:

  • (::String)


337
338
339
# File 'sig/types.rbs', line 337

def metric
  @metric
end

#unit::String

Returns the value of attribute unit.

Returns:

  • (::String)


339
340
341
# File 'sig/types.rbs', line 339

def unit
  @unit
end