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.
11726 11727 11728 |
# File 'sig/types.rbs', line 11726 def max_rows @max_rows end |
#query ⇒ ::String
Returns the value of attribute query.
11725 11726 11727 |
# File 'sig/types.rbs', line 11725 def query @query end |