Class: Aws::BedrockAgent::Types::StorageFlowNodeS3Configuration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::StorageFlowNodeS3Configuration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Contains configurations for the Amazon S3 location in which to store the input into the node.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket_name ⇒ String
The name of the Amazon S3 bucket in which to store the input into the node.
Instance Attribute Details
#bucket_name ⇒ String
The name of the Amazon S3 bucket in which to store the input into the node.
6820 6821 6822 6823 6824 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 6820 class StorageFlowNodeS3Configuration < Struct.new( :bucket_name) SENSITIVE = [] include Aws::Structure end |