Class: Aws::BedrockAgentCore::Types::ResourceContent

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

Overview

Contains information about resource content.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#blobString

The binary resource content.

Returns:

  • (String)


2201
2202
2203
2204
2205
2206
2207
2208
2209
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 2201

class ResourceContent < Struct.new(
  :type,
  :uri,
  :mime_type,
  :text,
  :blob)
  SENSITIVE = []
  include Aws::Structure
end

#mime_typeString

The MIME type of the resource content.

Returns:

  • (String)


2201
2202
2203
2204
2205
2206
2207
2208
2209
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 2201

class ResourceContent < Struct.new(
  :type,
  :uri,
  :mime_type,
  :text,
  :blob)
  SENSITIVE = []
  include Aws::Structure
end

#textString

The text resource content.

Returns:

  • (String)


2201
2202
2203
2204
2205
2206
2207
2208
2209
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 2201

class ResourceContent < Struct.new(
  :type,
  :uri,
  :mime_type,
  :text,
  :blob)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of resource content.

Returns:

  • (String)


2201
2202
2203
2204
2205
2206
2207
2208
2209
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 2201

class ResourceContent < Struct.new(
  :type,
  :uri,
  :mime_type,
  :text,
  :blob)
  SENSITIVE = []
  include Aws::Structure
end

#uriString

The URI of the resource content.

Returns:

  • (String)


2201
2202
2203
2204
2205
2206
2207
2208
2209
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 2201

class ResourceContent < Struct.new(
  :type,
  :uri,
  :mime_type,
  :text,
  :blob)
  SENSITIVE = []
  include Aws::Structure
end