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)


1742
1743
1744
1745
1746
1747
1748
1749
1750
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 1742

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)


1742
1743
1744
1745
1746
1747
1748
1749
1750
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 1742

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

#textString

The text resource content.

Returns:

  • (String)


1742
1743
1744
1745
1746
1747
1748
1749
1750
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 1742

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

#typeString

The type of resource content.

Returns:

  • (String)


1742
1743
1744
1745
1746
1747
1748
1749
1750
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 1742

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

#uriString

The URI of the resource content.

Returns:

  • (String)


1742
1743
1744
1745
1746
1747
1748
1749
1750
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 1742

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