Class: Aws::Types::CreateAIAgentVersionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ai_agent_id::String

Returns the value of attribute ai_agent_id.

Returns:

  • (::String)


588
589
590
# File 'sig/types.rbs', line 588

def ai_agent_id
  @ai_agent_id
end

#assistant_id::String

Returns the value of attribute assistant_id.

Returns:

  • (::String)


587
588
589
# File 'sig/types.rbs', line 587

def assistant_id
  @assistant_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


590
591
592
# File 'sig/types.rbs', line 590

def client_token
  @client_token
end

#modified_time::Time

Returns the value of attribute modified_time.

Returns:

  • (::Time)


589
590
591
# File 'sig/types.rbs', line 589

def modified_time
  @modified_time
end