Class: Aws::Types::TopicIRMetric
- Inherits:
-
Object
- Object
- Aws::Types::TopicIRMetric
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#calculated_field_references ⇒ ::Array[Types::Identifier]
Returns the value of attribute calculated_field_references.
-
#comparison_method ⇒ Types::TopicIRComparisonMethod
Returns the value of attribute comparison_method.
-
#display_format ⇒ "AUTO", ...
Returns the value of attribute display_format.
-
#display_format_options ⇒ Types::DisplayFormatOptions
Returns the value of attribute display_format_options.
-
#expression ⇒ ::String
Returns the value of attribute expression.
-
#function ⇒ Types::AggFunction
Returns the value of attribute function.
-
#metric_id ⇒ Types::Identifier
Returns the value of attribute metric_id.
-
#named_entity ⇒ Types::NamedEntityRef
Returns the value of attribute named_entity.
-
#operands ⇒ ::Array[Types::Identifier]
Returns the value of attribute operands.
Instance Attribute Details
#calculated_field_references ⇒ ::Array[Types::Identifier]
Returns the value of attribute calculated_field_references.
11422 11423 11424 |
# File 'sig/types.rbs', line 11422 def calculated_field_references @calculated_field_references end |
#comparison_method ⇒ Types::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.
11423 11424 11425 |
# File 'sig/types.rbs', line 11423 def display_format @display_format end |
#display_format_options ⇒ Types::DisplayFormatOptions
Returns the value of attribute display_format_options.
11424 11425 11426 |
# File 'sig/types.rbs', line 11424 def @display_format_options end |
#expression ⇒ ::String
Returns the value of attribute expression.
11421 11422 11423 |
# File 'sig/types.rbs', line 11421 def expression @expression end |
#function ⇒ Types::AggFunction
Returns the value of attribute function.
11418 11419 11420 |
# File 'sig/types.rbs', line 11418 def function @function end |
#metric_id ⇒ Types::Identifier
Returns the value of attribute metric_id.
11417 11418 11419 |
# File 'sig/types.rbs', line 11417 def metric_id @metric_id end |
#named_entity ⇒ Types::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.
11419 11420 11421 |
# File 'sig/types.rbs', line 11419 def operands @operands end |