Class: Aws::CodeStarconnections::Types::ListHostsInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codestarconnections/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

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

Returns:

  • (Integer)


430
431
432
433
434
435
# File 'lib/aws-sdk-codestarconnections/types.rb', line 430

class ListHostsInput < Struct.new(
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


430
431
432
433
434
435
# File 'lib/aws-sdk-codestarconnections/types.rb', line 430

class ListHostsInput < Struct.new(
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end