Class: Aws::BedrockAgentCore::Types::S3Location

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

Instance Attribute Details

#bucketString

The name of the Amazon S3 bucket where the resource is stored.

Returns:

  • (String)


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

#prefixString

The name of the Amazon S3 prefix/key where the resource is stored.

Returns:

  • (String)


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_idString

The name of the Amazon S3 version ID where the resource is stored (Optional).

Returns:

  • (String)


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