Class: Aws::Types::PromptVariableValues

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

Defined Under Namespace

Classes: Text, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


1236
1237
1238
# File 'sig/types.rbs', line 1236

def text
  @text
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1237
1238
1239
# File 'sig/types.rbs', line 1237

def unknown
  @unknown
end