Class: Aws::Types::Query

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alias::String

Returns the value of attribute alias.

Returns:

  • (::String)


606
607
608
# File 'sig/types.rbs', line 606

def alias
  @alias
end

#pages::Array[::String]

Returns the value of attribute pages.

Returns:

  • (::Array[::String])


607
608
609
# File 'sig/types.rbs', line 607

def pages
  @pages
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


605
606
607
# File 'sig/types.rbs', line 605

def text
  @text
end