Class: Aws::BedrockAgent::Types::StorageFlowNodeConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::StorageFlowNodeConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Contains configurations for a Storage node in a flow. This node stores the input in an Amazon S3 location that you specify.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service_configuration ⇒ Types::StorageFlowNodeServiceConfiguration
Contains configurations for the service to use for storing the input into the node.
Instance Attribute Details
#service_configuration ⇒ Types::StorageFlowNodeServiceConfiguration
Contains configurations for the service to use for storing the input into the node.
6880 6881 6882 6883 6884 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 6880 class StorageFlowNodeConfiguration < Struct.new( :service_configuration) SENSITIVE = [] include Aws::Structure end |