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:



11422
11423
11424
# File 'sig/types.rbs', line 11422

def calculated_field_references
  @calculated_field_references
end

#comparison_methodTypes::TopicIRComparisonMethod

Returns the value of attribute comparison_method.



11420
11421
11422
# File 'sig/types.rbs', line 11420

def comparison_method
  @comparison_method
end

#display_format"AUTO", ...

Returns the value of attribute display_format.

Returns:

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


11423
11424
11425
# File 'sig/types.rbs', line 11423

def display_format
  @display_format
end

#display_format_optionsTypes::DisplayFormatOptions

Returns the value of attribute display_format_options.



11424
11425
11426
# File 'sig/types.rbs', line 11424

def display_format_options
  @display_format_options
end

#expression::String

Returns the value of attribute expression.

Returns:

  • (::String)


11421
11422
11423
# File 'sig/types.rbs', line 11421

def expression
  @expression
end

#functionTypes::AggFunction

Returns the value of attribute function.

Returns:



11418
11419
11420
# File 'sig/types.rbs', line 11418

def function
  @function
end

#metric_idTypes::Identifier

Returns the value of attribute metric_id.

Returns:



11417
11418
11419
# File 'sig/types.rbs', line 11417

def metric_id
  @metric_id
end

#named_entityTypes::NamedEntityRef

Returns the value of attribute named_entity.



11425
11426
11427
# File 'sig/types.rbs', line 11425

def named_entity
  @named_entity
end

#operands::Array[Types::Identifier]

Returns the value of attribute operands.

Returns:



11419
11420
11421
# File 'sig/types.rbs', line 11419

def operands
  @operands
end