Class: Aws::Types::CostDriver

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#metrics::Hash[::String, Types::ComparisonMetricValue]

Returns the value of attribute metrics.

Returns:



224
225
226
# File 'sig/types.rbs', line 224

def metrics
  @metrics
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


223
224
225
# File 'sig/types.rbs', line 223

def name
  @name
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


222
223
224
# File 'sig/types.rbs', line 222

def type
  @type
end