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:



1480
1481
1482
# File 'sig/types.rbs', line 1480

def text_prompt
  @text_prompt
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1481
1482
1483
# File 'sig/types.rbs', line 1481

def unknown
  @unknown
end