Class: Aws::Types::Query
- Inherits:
-
Object
- Object
- Aws::Types::Query
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias ⇒ ::String
Returns the value of attribute alias.
-
#pages ⇒ ::Array[::String]
Returns the value of attribute pages.
-
#text ⇒ ::String
Returns the value of attribute text.
Instance Attribute Details
#alias ⇒ ::String
Returns the value of attribute alias.
606 607 608 |
# File 'sig/types.rbs', line 606 def alias @alias end |
#pages ⇒ ::Array[::String]
Returns the value of attribute pages.
607 608 609 |
# File 'sig/types.rbs', line 607 def pages @pages end |
#text ⇒ ::String
Returns the value of attribute text.
605 606 607 |
# File 'sig/types.rbs', line 605 def text @text end |