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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

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:



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_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)


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