Class: Aws::Amplify::Types::Artifact

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

Overview

Describes an artifact.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#artifact_file_nameString

The file name for the artifact.

Returns:

  • (String)


183
184
185
186
187
188
# File 'lib/aws-sdk-amplify/types.rb', line 183

class Artifact < Struct.new(
  :artifact_file_name,
  :artifact_id)
  SENSITIVE = []
  include Aws::Structure
end

#artifact_idString

The unique ID for the artifact.

Returns:

  • (String)


183
184
185
186
187
188
# File 'lib/aws-sdk-amplify/types.rb', line 183

class Artifact < Struct.new(
  :artifact_file_name,
  :artifact_id)
  SENSITIVE = []
  include Aws::Structure
end