Class: Aws::BedrockAgent::Types::S3Identifier

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb

Overview

Contains information about the S3 object containing the resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_bucket_nameString

The name of the S3 bucket.

Returns:

  • (String)


3553
3554
3555
3556
3557
3558
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3553

class S3Identifier < Struct.new(
  :s3_bucket_name,
  :s3_object_key)
  SENSITIVE = []
  include Aws::Structure
end

#s3_object_keyString

The S3 object key containing the resource.

Returns:

  • (String)


3553
3554
3555
3556
3557
3558
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3553

class S3Identifier < Struct.new(
  :s3_bucket_name,
  :s3_object_key)
  SENSITIVE = []
  include Aws::Structure
end