You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::QuickSight::Types::TwitterParameters

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing TwitterParameters as input to an Aws::Client method, you can use a vanilla Hash:

{
  query: "Query", # required
  max_rows: 1, # required
}

Twitter parameters.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#max_rows ⇒ Integer

Maximum number of rows to query Twitter.

Returns:

  • (Integer) —

    Maximum number of rows to query Twitter.

#query ⇒ String

Twitter query string.

Returns:

  • (String) —

    Twitter query string.