class Aws::AmplifyUIBuilder::Types::ListComponentsRequest

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

data as a hash:

    {
      app_id: "String", # required
      environment_name: "String", # required
      max_results: 1,
      next_token: "String",
    }

@!attribute [rw] app_id

The unique ID for the Amplify app.
@return [String]

@!attribute [rw] environment_name

The name of the backend environment that is a part of the Amplify
app.
@return [String]

@!attribute [rw] max_results

The maximum number of components to retrieve.
@return [Integer]

@!attribute [rw] next_token

The token to request the next page of results.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/amplifyuibuilder-2021-08-11/ListComponentsRequest AWS API Documentation

Constants

SENSITIVE