You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeStarconnections::Types::ListHostsOutput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#hostsArray<Types::Host>

A list of hosts and the details for each host, such as status, endpoint, and provider type.

Returns:

  • (Array<Types::Host>)

    A list of hosts and the details for each host, such as status, endpoint, and provider type.

#next_tokenString

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.

Returns:

  • (String)

    A token that can be used in the next ListHosts call.