Class: Aws::Types::MetricTransformation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#default_value::Float

Returns the value of attribute default_value.

Returns:

  • (::Float)


1528
1529
1530
# File 'sig/types.rbs', line 1528

def default_value
  @default_value
end

#dimensions::Hash[::String, ::String]

Returns the value of attribute dimensions.

Returns:

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


1529
1530
1531
# File 'sig/types.rbs', line 1529

def dimensions
  @dimensions
end

#metric_name::String

Returns the value of attribute metric_name.

Returns:

  • (::String)


1525
1526
1527
# File 'sig/types.rbs', line 1525

def metric_name
  @metric_name
end

#metric_namespace::String

Returns the value of attribute metric_namespace.

Returns:

  • (::String)


1526
1527
1528
# File 'sig/types.rbs', line 1526

def metric_namespace
  @metric_namespace
end

#metric_value::String

Returns the value of attribute metric_value.

Returns:

  • (::String)


1527
1528
1529
# File 'sig/types.rbs', line 1527

def metric_value
  @metric_value
end

#unit"Seconds", ...

Returns the value of attribute unit.

Returns:

  • ("Seconds", "Microseconds", "Milliseconds", "Bytes", "Kilobytes", "Megabytes", "Gigabytes", "Terabytes", "Bits", "Kilobits", "Megabits", "Gigabits", "Terabits", "Percent", "Count", "Bytes/Second", "Kilobytes/Second", "Megabytes/Second", "Gigabytes/Second", "Terabytes/Second", "Bits/Second", "Kilobits/Second", "Megabits/Second", "Gigabits/Second", "Terabits/Second", "Count/Second", "None")


1530
1531
1532
# File 'sig/types.rbs', line 1530

def unit
  @unit
end