Class: Aws::Bedrock::Types::S3Config
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::S3Config
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
S3 configuration for storing log data.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket_name ⇒ String
S3 bucket name.
-
#key_prefix ⇒ String
S3 prefix.
Instance Attribute Details
#bucket_name ⇒ String
S3 bucket name.
11817 11818 11819 11820 11821 11822 |
# File 'lib/aws-sdk-bedrock/types.rb', line 11817 class S3Config < Struct.new( :bucket_name, :key_prefix) SENSITIVE = [] include Aws::Structure end |
#key_prefix ⇒ String
S3 prefix.
11817 11818 11819 11820 11821 11822 |
# File 'lib/aws-sdk-bedrock/types.rb', line 11817 class S3Config < Struct.new( :bucket_name, :key_prefix) SENSITIVE = [] include Aws::Structure end |