Class: Aws::Types::InputPrompt

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

Defined Under Namespace

Classes: TextPrompt, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:text_prompt])

Instance Attribute Summary collapse

Instance Attribute Details

#text_promptTypes::TextPrompt

Returns the value of attribute text_prompt.

Returns:



1398
1399
1400
# File 'sig/types.rbs', line 1398

def text_prompt
  @text_prompt
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1399
1400
1401
# File 'sig/types.rbs', line 1399

def unknown
  @unknown
end