Class: Aws::SecurityAgent::Types::ListDiscoveredEndpointsOutput

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

Overview

Output for the ListDiscoveredEndpoints operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#discovered_endpointsArray<Types::DiscoveredEndpoint>

The list of discovered endpoints.

Returns:



5054
5055
5056
5057
5058
5059
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 5054

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

#next_tokenString

A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request. For subsequent calls, use the nextToken value returned from the previous request.

Returns:

  • (String)


5054
5055
5056
5057
5058
5059
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 5054

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