Class: Aws::BedrockAgent::Types::S3Identifier
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::S3Identifier
- Defined in:
- gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb
Overview
The identifier information for an Amazon S3 bucket.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_bucket_name ⇒ String
The name of the S3 bucket.
-
#s3_object_key ⇒ String
The S3 object key for the S3 resource.
Instance Attribute Details
#s3_bucket_name ⇒ String
The name of the S3 bucket.
7205 7206 7207 7208 7209 7210 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 7205 class S3Identifier < Struct.new( :s3_bucket_name, :s3_object_key) SENSITIVE = [] include Aws::Structure end |
#s3_object_key ⇒ String
The S3 object key for the S3 resource.
7205 7206 7207 7208 7209 7210 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 7205 class S3Identifier < Struct.new( :s3_bucket_name, :s3_object_key) SENSITIVE = [] include Aws::Structure end |