Class: Aws::Types::Operation
- Inherits:
-
Object
- Object
- Aws::Types::Operation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#equation ⇒ ::String
Returns the value of attribute equation.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#output_type ⇒ "INT32", ...
Returns the value of attribute output_type.
Instance Attribute Details
#equation ⇒ ::String
Returns the value of attribute equation.
423 424 425 |
# File 'sig/types.rbs', line 423 def equation @equation end |
#name ⇒ ::String
Returns the value of attribute name.
424 425 426 |
# File 'sig/types.rbs', line 424 def name @name end |
#output_type ⇒ "INT32", ...
Returns the value of attribute output_type.
425 426 427 |
# File 'sig/types.rbs', line 425 def output_type @output_type end |