Class: Aws::Types::CalculationComponent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alias::String

Returns the value of attribute alias.

Returns:

  • (::String)


793
794
795
# File 'sig/types.rbs', line 793

def alias
  @alias
end

#metric_filters::Array[Types::MetricFilter]

Returns the value of attribute metric_filters.

Returns:



796
797
798
# File 'sig/types.rbs', line 796

def metric_filters
  @metric_filters
end

#metric_id::String

Returns the value of attribute metric_id.

Returns:

  • (::String)


795
796
797
# File 'sig/types.rbs', line 795

def metric_id
  @metric_id
end

#metric_name::String

Returns the value of attribute metric_name.

Returns:

  • (::String)


794
795
796
# File 'sig/types.rbs', line 794

def metric_name
  @metric_name
end