class Aws::Honeycode::Types::GetScreenDataRequest

@note When making an API call, you may pass GetScreenDataRequest

data as a hash:

    {
      workbook_id: "ResourceId", # required
      app_id: "ResourceId", # required
      screen_id: "ResourceId", # required
      variables: {
        "VariableName" => {
          raw_value: "RawValue", # required
        },
      },
      max_results: 1,
      next_token: "PaginationToken",
    }

@!attribute [rw] workbook_id

The ID of the workbook that contains the screen.
@return [String]

@!attribute [rw] app_id

The ID of the app that contains the screem.
@return [String]

@!attribute [rw] screen_id

The ID of the screen.
@return [String]

@!attribute [rw] variables

Variables are optional and are needed only if the screen requires
them to render correctly. Variables are specified as a map where the
key is the name of the variable as defined on the screen. The value
is an object which currently has only one property, rawValue, which
holds the value of the variable to be passed to the screen.
@return [Hash<String,Types::VariableValue>]

@!attribute [rw] max_results

The number of results to be returned on a single page. Specify a
number between 1 and 100. The maximum value is 100.

This parameter is optional. If you don't specify this parameter,
the default page size is 100.
@return [Integer]

@!attribute [rw] next_token

This parameter is optional. If a nextToken is not specified, the API
returns the first page of data.

Pagination tokens expire after 1 hour. If you use a token that was
returned more than an hour back, the API will throw
ValidationException.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/honeycode-2020-03-01/GetScreenDataRequest AWS API Documentation

Constants

SENSITIVE