Class: Aws::BedrockAgentRuntime::Types::InlineAgentFilePart

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

Overview

Contains intermediate response for code interpreter if any files have been generated.

Constant Summary collapse

SENSITIVE =
[:files]

Instance Attribute Summary collapse

Instance Attribute Details

#event_typeObject

Returns the value of attribute event_type

Returns:

  • (Object)

    the current value of event_type



3766
3767
3768
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3766

def event_type
  @event_type
end

#filesArray<Types::OutputFile>

Files containing intermediate response for the user.

Returns:



3766
3767
3768
3769
3770
3771
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3766

class InlineAgentFilePart < Struct.new(
  :files,
  :event_type)
  SENSITIVE = [:files]
  include Aws::Structure
end