Class: Aws::Types::TwitterParameters
- Inherits:
-
Object
- Object
- Aws::Types::TwitterParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_rows ⇒ ::Integer
Returns the value of attribute max_rows.
-
#query ⇒ ::String
Returns the value of attribute query.
Instance Attribute Details
#max_rows ⇒ ::Integer
Returns the value of attribute max_rows.
12116 12117 12118 |
# File 'sig/types.rbs', line 12116 def max_rows @max_rows end |
#query ⇒ ::String
Returns the value of attribute query.
12115 12116 12117 |
# File 'sig/types.rbs', line 12115 def query @query end |