Class: Aws::CodeStarconnections::Types::ListHostsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStarconnections::Types::ListHostsOutput
- Defined in:
- gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/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.
841 842 843 844 845 846 |
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 841 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.
841 842 843 844 845 846 |
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 841 class ListHostsOutput < Struct.new( :hosts, :next_token) SENSITIVE = [] include Aws::Structure end |