class Aws::Lightsail::Types::GetOperationsForResourceRequest

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

data as a hash:

    {
      resource_name: "ResourceName", # required
      page_token: "string",
    }

@!attribute [rw] resource_name

The name of the resource for which you are requesting information.
@return [String]

@!attribute [rw] page_token

The token to advance to the next page of results from your request.

To get a page token, perform an initial `GetOperationsForResource`
request. If your results are paginated, the response will return a
next page token that you can specify as the page token in a
subsequent request.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/GetOperationsForResourceRequest AWS API Documentation

Constants

SENSITIVE