class Aws::Proton::Types::ListServiceInstancesInput

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

data as a hash:

    {
      max_results: 1,
      next_token: "NextToken",
      service_name: "ResourceName",
    }

@!attribute [rw] max_results

The maximum number of service instances to list.
@return [Integer]

@!attribute [rw] next_token

A token to indicate the location of the next service in the array of
service instances, after the list of service instances that was
previously requested.
@return [String]

@!attribute [rw] service_name

The name of the service that the service instance belongs to.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/proton-2020-07-20/ListServiceInstancesInput AWS API Documentation

Constants

SENSITIVE