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.



2790
2791
2792
# File 'sig/types.rbs', line 2790

def existing_prompt
  @existing_prompt
end

#new_promptTypes::CustomPromptInputParameters

Returns the value of attribute new_prompt.



2791
2792
2793
# File 'sig/types.rbs', line 2791

def new_prompt
  @new_prompt
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


2792
2793
2794
# File 'sig/types.rbs', line 2792

def unknown
  @unknown
end