Class: Aws::BedrockAgent::Types::StorageFlowNodeS3Configuration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#bucket_nameString

The name of the Amazon S3 bucket in which to store the input into the node.

Returns:

  • (String)


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