Class: Aws::Types::CustomPromptInput

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

Defined Under Namespace

Classes: ExistingPrompt, NewPrompt, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#existing_promptTypes::CustomPromptProfile

Returns the value of attribute existing_prompt.



2921
2922
2923
# File 'sig/types.rbs', line 2921

def existing_prompt
  @existing_prompt
end

#new_promptTypes::CustomPromptInputParameters

Returns the value of attribute new_prompt.



2922
2923
2924
# File 'sig/types.rbs', line 2922

def new_prompt
  @new_prompt
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


2923
2924
2925
# File 'sig/types.rbs', line 2923

def unknown
  @unknown
end