Class: Aws::Types::TopicIRMetric

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:expression])

Instance Attribute Summary collapse

Instance Attribute Details

#calculated_field_references::Array[Types::Identifier]

Returns the value of attribute calculated_field_references.

Returns:



11812
11813
11814
# File 'sig/types.rbs', line 11812

def calculated_field_references
  @calculated_field_references
end

#comparison_methodTypes::TopicIRComparisonMethod

Returns the value of attribute comparison_method.



11810
11811
11812
# File 'sig/types.rbs', line 11810

def comparison_method
  @comparison_method
end

#display_format"AUTO", ...

Returns the value of attribute display_format.

Returns:

  • ("AUTO", "PERCENT", "CURRENCY", "NUMBER", "DATE", "STRING")


11813
11814
11815
# File 'sig/types.rbs', line 11813

def display_format
  @display_format
end

#display_format_optionsTypes::DisplayFormatOptions

Returns the value of attribute display_format_options.



11814
11815
11816
# File 'sig/types.rbs', line 11814

def display_format_options
  @display_format_options
end

#expression::String

Returns the value of attribute expression.

Returns:

  • (::String)


11811
11812
11813
# File 'sig/types.rbs', line 11811

def expression
  @expression
end

#functionTypes::AggFunction

Returns the value of attribute function.

Returns:



11808
11809
11810
# File 'sig/types.rbs', line 11808

def function
  @function
end

#metric_idTypes::Identifier

Returns the value of attribute metric_id.

Returns:



11807
11808
11809
# File 'sig/types.rbs', line 11807

def metric_id
  @metric_id
end

#named_entityTypes::NamedEntityRef

Returns the value of attribute named_entity.



11815
11816
11817
# File 'sig/types.rbs', line 11815

def named_entity
  @named_entity
end

#operands::Array[Types::Identifier]

Returns the value of attribute operands.

Returns:



11809
11810
11811
# File 'sig/types.rbs', line 11809

def operands
  @operands
end