class Aws::GreengrassV2::Types::ListComponentsRequest

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

data as a hash:

    {
      scope: "PRIVATE", # accepts PRIVATE, PUBLIC
      max_results: 1,
      next_token: "NextTokenString",
    }

@!attribute [rw] scope

The scope of the components to list.

Default: `PRIVATE`
@return [String]

@!attribute [rw] max_results

The maximum number of results to be returned per paginated request.
@return [Integer]

@!attribute [rw] next_token

The token to be used for the next set of paginated results.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/greengrassv2-2020-11-30/ListComponentsRequest AWS API Documentation

Constants

SENSITIVE