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.



1637
1638
1639
# File 'sig/types.rbs', line 1637

def completion
  @completion
end

#content_type::String

Returns the value of attribute content_type.

Returns:

  • (::String)


1638
1639
1640
# File 'sig/types.rbs', line 1638

def content_type
  @content_type
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


1639
1640
1641
# File 'sig/types.rbs', line 1639

def session_id
  @session_id
end