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.



1587
1588
1589
# File 'sig/types.rbs', line 1587

def completion
  @completion
end

#content_type::String

Returns the value of attribute content_type.

Returns:

  • (::String)


1588
1589
1590
# File 'sig/types.rbs', line 1588

def content_type
  @content_type
end

#memory_id::String

Returns the value of attribute memory_id.

Returns:

  • (::String)


1589
1590
1591
# File 'sig/types.rbs', line 1589

def memory_id
  @memory_id
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


1590
1591
1592
# File 'sig/types.rbs', line 1590

def session_id
  @session_id
end