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)


3928
3929
3930
3931
3932
3933
3934
3935
3936
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 3928

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)


3928
3929
3930
3931
3932
3933
3934
3935
3936
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 3928

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

#textString

The text resource content.

Returns:

  • (String)


3928
3929
3930
3931
3932
3933
3934
3935
3936
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 3928

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

#typeString

The type of resource content.

Returns:

  • (String)


3928
3929
3930
3931
3932
3933
3934
3935
3936
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 3928

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

#uriString

The URI of the resource content.

Returns:

  • (String)


3928
3929
3930
3931
3932
3933
3934
3935
3936
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 3928

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