Class: Aws::CodeConnections::Types::ListHostsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeConnections::Types::ListHostsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeconnections/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hosts ⇒ Array<Types::Host>
A list of hosts and the details for each host, such as status, endpoint, and provider type.
-
#next_token ⇒ String
A token that can be used in the next ‘ListHosts` call.
Instance Attribute Details
#hosts ⇒ Array<Types::Host>
A list of hosts and the details for each host, such as status, endpoint, and provider type.
847 848 849 850 851 852 |
# File 'lib/aws-sdk-codeconnections/types.rb', line 847 class ListHostsOutput < Struct.new( :hosts, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token that can be used in the next ‘ListHosts` call. To view all items in the list, continue to call this operation with each subsequent token until no more `nextToken` values are returned.
847 848 849 850 851 852 |
# File 'lib/aws-sdk-codeconnections/types.rb', line 847 class ListHostsOutput < Struct.new( :hosts, :next_token) SENSITIVE = [] include Aws::Structure end |