Class: Aws::Types::PromptGenAiResource

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

Defined Under Namespace

Classes: Agent, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:agent])

Instance Attribute Summary collapse

Instance Attribute Details

#agentTypes::PromptAgentResource

Returns the value of attribute agent.



2251
2252
2253
# File 'sig/types.rbs', line 2251

def agent
  @agent
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


2252
2253
2254
# File 'sig/types.rbs', line 2252

def unknown
  @unknown
end