Class: Aws::BedrockAgentCore::Types::S3Location
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCore::Types::S3Location
- Defined in:
- gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb
Overview
The Amazon S3 location configuration of a resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket ⇒ String
The name of the Amazon S3 bucket where the resource is stored.
-
#prefix ⇒ String
The name of the Amazon S3 prefix/key where the resource is stored.
-
#version_id ⇒ String
The name of the Amazon S3 version ID where the resource is stored (Optional).
Instance Attribute Details
#bucket ⇒ String
The name of the Amazon S3 bucket where the resource is stored.
4133 4134 4135 4136 4137 4138 4139 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 4133 class S3Location < Struct.new( :bucket, :prefix, :version_id) SENSITIVE = [] include Aws::Structure end |
#prefix ⇒ String
The name of the Amazon S3 prefix/key where the resource is stored.
4133 4134 4135 4136 4137 4138 4139 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 4133 class S3Location < Struct.new( :bucket, :prefix, :version_id) SENSITIVE = [] include Aws::Structure end |
#version_id ⇒ String
The name of the Amazon S3 version ID where the resource is stored (Optional).
4133 4134 4135 4136 4137 4138 4139 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 4133 class S3Location < Struct.new( :bucket, :prefix, :version_id) SENSITIVE = [] include Aws::Structure end |