Class: Aws::Types::InvokeAgentResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#completionTypes::ResponseStream

Returns the value of attribute completion.



1505
1506
1507
# File 'sig/types.rbs', line 1505

def completion
  @completion
end

#content_type::String

Returns the value of attribute content_type.

Returns:

  • (::String)


1506
1507
1508
# File 'sig/types.rbs', line 1506

def content_type
  @content_type
end

#memory_id::String

Returns the value of attribute memory_id.

Returns:

  • (::String)


1507
1508
1509
# File 'sig/types.rbs', line 1507

def memory_id
  @memory_id
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


1508
1509
1510
# File 'sig/types.rbs', line 1508

def session_id
  @session_id
end