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)


2140
2141
2142
# File 'sig/types.rbs', line 2140

def text
  @text
end

#type"TEXT"

Returns the value of attribute type.

Returns:

  • ("TEXT")


2141
2142
2143
# File 'sig/types.rbs', line 2141

def type
  @type
end