Class: Aws::BedrockAgentCore::Types::ResourceContent
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCore::Types::ResourceContent
- 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
-
#blob ⇒ String
The binary resource content.
-
#mime_type ⇒ String
The MIME type of the resource content.
-
#text ⇒ String
The text resource content.
-
#type ⇒ String
The type of resource content.
-
#uri ⇒ String
The URI of the resource content.
Instance Attribute Details
#blob ⇒ String
The binary resource content.
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_type ⇒ String
The MIME type of the resource content.
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 |
#text ⇒ String
The text resource content.
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 |
#type ⇒ String
The type of resource content.
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 |
#uri ⇒ String
The URI of the resource content.
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 |