Class: Aws::Types::CalculatedField
- Inherits:
-
Object
- Object
- Aws::Types::CalculatedField
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_set_identifier ⇒ ::String
Returns the value of attribute data_set_identifier.
-
#expression ⇒ ::String
Returns the value of attribute expression.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#topic_identifier ⇒ ::String
Returns the value of attribute topic_identifier.
Instance Attribute Details
#data_set_identifier ⇒ ::String
Returns the value of attribute data_set_identifier.
1325 1326 1327 |
# File 'sig/types.rbs', line 1325 def data_set_identifier @data_set_identifier end |
#expression ⇒ ::String
Returns the value of attribute expression.
1328 1329 1330 |
# File 'sig/types.rbs', line 1328 def expression @expression end |
#name ⇒ ::String
Returns the value of attribute name.
1327 1328 1329 |
# File 'sig/types.rbs', line 1327 def name @name end |
#topic_identifier ⇒ ::String
Returns the value of attribute topic_identifier.
1326 1327 1328 |
# File 'sig/types.rbs', line 1326 def topic_identifier @topic_identifier end |