Class: Aws::CodeStarconnections::Types::ListHostsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStarconnections::Types::ListHostsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codestarconnections/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return in a single call.
-
#next_token ⇒ String
The token that was returned from the previous ‘ListHosts` call, which can be used to return the next set of hosts in the list.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned ‘nextToken` value.
821 822 823 824 825 826 |
# File 'lib/aws-sdk-codestarconnections/types.rb', line 821 class ListHostsInput < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token that was returned from the previous ‘ListHosts` call, which can be used to return the next set of hosts in the list.
821 822 823 824 825 826 |
# File 'lib/aws-sdk-codestarconnections/types.rb', line 821 class ListHostsInput < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |