Class: Aws::BedrockAgent::Types::S3Identifier
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::S3Identifier
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Contains information about the S3 object containing the resource.
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 containing the resource.
Instance Attribute Details
#s3_bucket_name ⇒ String
The name of the S3 bucket.
3636 3637 3638 3639 3640 3641 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3636 class S3Identifier < Struct.new( :s3_bucket_name, :s3_object_key) SENSITIVE = [] include Aws::Structure end |
#s3_object_key ⇒ String
The S3 object key containing the resource.
3636 3637 3638 3639 3640 3641 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3636 class S3Identifier < Struct.new( :s3_bucket_name, :s3_object_key) SENSITIVE = [] include Aws::Structure end |