Class: Aws::Types::QueryGenerationInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


2222
2223
2224
# File 'sig/types.rbs', line 2222

def text
  @text
end

#type"TEXT"

Returns the value of attribute type.

Returns:

  • ("TEXT")


2223
2224
2225
# File 'sig/types.rbs', line 2223

def type
  @type
end