Class: Aws::Types::CreateAIPromptVersionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ai_prompt_id::String

Returns the value of attribute ai_prompt_id.

Returns:

  • (::String)


659
660
661
# File 'sig/types.rbs', line 659

def ai_prompt_id
  @ai_prompt_id
end

#assistant_id::String

Returns the value of attribute assistant_id.

Returns:

  • (::String)


658
659
660
# File 'sig/types.rbs', line 658

def assistant_id
  @assistant_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


661
662
663
# File 'sig/types.rbs', line 661

def client_token
  @client_token
end

#modified_time::Time

Returns the value of attribute modified_time.

Returns:

  • (::Time)


660
661
662
# File 'sig/types.rbs', line 660

def modified_time
  @modified_time
end