Class: Aws::SecurityAgent::Types::ListDiscoveredEndpointsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::ListDiscoveredEndpointsOutput
- 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
-
#discovered_endpoints ⇒ Array<Types::DiscoveredEndpoint>
The list of discovered endpoints.
-
#next_token ⇒ String
A token to use for paginating results that are returned in the response.
Instance Attribute Details
#discovered_endpoints ⇒ Array<Types::DiscoveredEndpoint>
The list of discovered endpoints.
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_token ⇒ String
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.
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 |