Class: Aws::Tnb::Types::FunctionArtifactMeta

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

Overview

Metadata for function package artifacts.

Artifacts are the contents of the package descriptor file and the state of the package.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#overridesArray<Types::ToscaOverride>

Lists of function package overrides.

Returns:



282
283
284
285
286
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 282

class FunctionArtifactMeta < Struct.new(
  :overrides)
  SENSITIVE = []
  include Aws::Structure
end