Class: Aws::Types::NodeInputSource
- Inherits:
-
Object
- Object
- Aws::Types::NodeInputSource
- 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.
1954 1955 1956 |
# File 'sig/types.rbs', line 1954 def expression @expression end |
#node_name ⇒ ::String
Returns the value of attribute node_name.
1955 1956 1957 |
# File 'sig/types.rbs', line 1955 def node_name @node_name end |
#output_field_name ⇒ ::String
Returns the value of attribute output_field_name.
1956 1957 1958 |
# File 'sig/types.rbs', line 1956 def output_field_name @output_field_name end |