class Aws::CodeStarconnections::Types::ListHostsInput

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

data as a hash:

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

@!attribute [rw] max_results

The maximum number of results to return in a single call. To
retrieve the remaining results, make another call with the returned
`nextToken` value.
@return [Integer]

@!attribute [rw] next_token

The token that was returned from the previous `ListHosts` call,
which can be used to return the next set of hosts in the list.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/codestar-connections-2019-12-01/ListHostsInput AWS API Documentation

Constants

SENSITIVE