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

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

Overview

The identifier for the S3 resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_bucket_nameString

A bucket in S3.

Returns:

  • (String)


2813
2814
2815
2816
2817
2818
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2813

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

#s3_object_keyString

A object key in S3.

Returns:

  • (String)


2813
2814
2815
2816
2817
2818
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2813

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