Class: Aws::Types::InvokeInlineAgentResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#completionTypes::InlineAgentResponseStream

Returns the value of attribute completion.



1555
1556
1557
# File 'sig/types.rbs', line 1555

def completion
  @completion
end

#content_type::String

Returns the value of attribute content_type.

Returns:

  • (::String)


1556
1557
1558
# File 'sig/types.rbs', line 1556

def content_type
  @content_type
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


1557
1558
1559
# File 'sig/types.rbs', line 1557

def session_id
  @session_id
end