Class: Aws::Amplify::Types::ListArtifactsResult

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

Overview

The result structure for the list artifacts request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#artifactsArray<Types::Artifact>

A list of artifacts.

Returns:



1914
1915
1916
1917
1918
1919
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1914

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

#next_tokenString

A pagination token. If a non-null pagination token is returned in a result, pass its value in another request to retrieve more entries.

Returns:

  • (String)


1914
1915
1916
1917
1918
1919
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1914

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