Class: Aws::BedrockAgent::Types::StorageFlowNodeS3Configuration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::StorageFlowNodeS3Configuration
- Defined in:
- gems/aws-sdk-bedrockagent/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.
9121 9122 9123 9124 9125 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 9121 class StorageFlowNodeS3Configuration < Struct.new( :bucket_name) SENSITIVE = [] include Aws::Structure end |