class Aws::GreengrassV2::Types::ListInstalledComponentsRequest

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

data as a hash:

    {
      core_device_thing_name: "CoreDeviceThingName", # required
      max_results: 1,
      next_token: "NextTokenString",
    }

@!attribute [rw] core_device_thing_name

The name of the core device. This is also the name of the IoT thing.
@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/ListInstalledComponentsRequest AWS API Documentation

Constants

SENSITIVE