Class: Aws::SecurityAgent::Types::ListArtifactsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::ListArtifactsOutput
- Defined in:
- gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#artifact_summaries ⇒ Array<Types::ArtifactSummary>
The list of artifact summaries.
-
#next_token ⇒ String
A token to use for paginating results that are returned in the response.
Instance Attribute Details
#artifact_summaries ⇒ Array<Types::ArtifactSummary>
The list of artifact summaries.
4827 4828 4829 4830 4831 4832 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 4827 class ListArtifactsOutput < Struct.new( :artifact_summaries, :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.
4827 4828 4829 4830 4831 4832 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 4827 class ListArtifactsOutput < Struct.new( :artifact_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |