Class: Aws::CodeConnections::Types::ListHostsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeConnections::Types::ListHostsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeconnections/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.
827 828 829 830 831 832 |
# File 'lib/aws-sdk-codeconnections/types.rb', line 827 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.
827 828 829 830 831 832 |
# File 'lib/aws-sdk-codeconnections/types.rb', line 827 class ListHostsInput < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |