Class: Aws::SecurityAgent::Types::ListArtifactsOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#artifact_summariesArray<Types::ArtifactSummary>

The list of artifact summaries.

Returns:



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_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)


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