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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



450
451
452
453
454
455
# File 'lib/aws-sdk-codestarconnections/types.rb', line 450

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)


450
451
452
453
454
455
# File 'lib/aws-sdk-codestarconnections/types.rb', line 450

class ListHostsOutput < Struct.new(
  :hosts,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end