Class: Aws::Types::PromptFlowNodeSourceConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::PromptFlowNodeSourceConfiguration
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Inline, Resource, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#inline ⇒ Types::PromptFlowNodeInlineConfiguration
Returns the value of attribute inline.
-
#resource ⇒ Types::PromptFlowNodeResourceConfiguration
Returns the value of attribute resource.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#inline ⇒ Types::PromptFlowNodeInlineConfiguration
Returns the value of attribute inline.
2238 2239 2240 |
# File 'sig/types.rbs', line 2238 def inline @inline end |
#resource ⇒ Types::PromptFlowNodeResourceConfiguration
Returns the value of attribute resource.
2237 2238 2239 |
# File 'sig/types.rbs', line 2237 def resource @resource end |
#unknown ⇒ Object
Returns the value of attribute unknown.
2239 2240 2241 |
# File 'sig/types.rbs', line 2239 def unknown @unknown end |