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.
11812 11813 11814 |
# File 'sig/types.rbs', line 11812 def calculated_field_references @calculated_field_references end |
#comparison_method ⇒ Types::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.
11813 11814 11815 |
# File 'sig/types.rbs', line 11813 def display_format @display_format end |
#display_format_options ⇒ Types::DisplayFormatOptions
Returns the value of attribute display_format_options.
11814 11815 11816 |
# File 'sig/types.rbs', line 11814 def @display_format_options end |
#expression ⇒ ::String
Returns the value of attribute expression.
11811 11812 11813 |
# File 'sig/types.rbs', line 11811 def expression @expression end |
#function ⇒ Types::AggFunction
Returns the value of attribute function.
11808 11809 11810 |
# File 'sig/types.rbs', line 11808 def function @function end |
#metric_id ⇒ Types::Identifier
Returns the value of attribute metric_id.
11807 11808 11809 |
# File 'sig/types.rbs', line 11807 def metric_id @metric_id end |
#named_entity ⇒ Types::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.
11809 11810 11811 |
# File 'sig/types.rbs', line 11809 def operands @operands end |