Class: Aws::Types::FlowTraceNodeInputSource
- Inherits:
-
Object
- Object
- Aws::Types::FlowTraceNodeInputSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#expression ⇒ ::String
Returns the value of attribute expression.
-
#node_name ⇒ ::String
Returns the value of attribute node_name.
-
#output_field_name ⇒ ::String
Returns the value of attribute output_field_name.
Instance Attribute Details
#expression ⇒ ::String
Returns the value of attribute expression.
1036 1037 1038 |
# File 'sig/types.rbs', line 1036 def expression @expression end |
#node_name ⇒ ::String
Returns the value of attribute node_name.
1037 1038 1039 |
# File 'sig/types.rbs', line 1037 def node_name @node_name end |
#output_field_name ⇒ ::String
Returns the value of attribute output_field_name.
1038 1039 1040 |
# File 'sig/types.rbs', line 1038 def output_field_name @output_field_name end |