Class: Aws::Inspector::Types::PreviewAgentsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::PreviewAgentsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_previews ⇒ Array<Types::AgentPreview>
The resulting list of agents.
-
#next_token ⇒ String
When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request.
Instance Attribute Details
#agent_previews ⇒ Array<Types::AgentPreview>
The resulting list of agents.
2305 2306 2307 2308 2309 2310 |
# File 'lib/aws-sdk-inspector/types.rb', line 2305 class PreviewAgentsResponse < Struct.new( :agent_previews, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request. If there is no more data to be listed, this parameter is set to null.
2305 2306 2307 2308 2309 2310 |
# File 'lib/aws-sdk-inspector/types.rb', line 2305 class PreviewAgentsResponse < Struct.new( :agent_previews, :next_token) SENSITIVE = [] include Aws::Structure end |