Class: Aws::Types::PromptFlowNodeSourceConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: Inline, Resource, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#inlineTypes::PromptFlowNodeInlineConfiguration

Returns the value of attribute inline.



2238
2239
2240
# File 'sig/types.rbs', line 2238

def inline
  @inline
end

#resourceTypes::PromptFlowNodeResourceConfiguration

Returns the value of attribute resource.



2237
2238
2239
# File 'sig/types.rbs', line 2237

def resource
  @resource
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


2239
2240
2241
# File 'sig/types.rbs', line 2239

def unknown
  @unknown
end