Class: Aws::Tnb::Types::FunctionArtifactMeta
- Inherits:
-
Struct
- Object
- Struct
- Aws::Tnb::Types::FunctionArtifactMeta
- Includes:
- Structure
- Defined in:
- 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
-
#overrides ⇒ Array<Types::ToscaOverride>
Lists of function package overrides.
Instance Attribute Details
#overrides ⇒ Array<Types::ToscaOverride>
Lists of function package overrides.
282 283 284 285 286 |
# File 'lib/aws-sdk-tnb/types.rb', line 282 class FunctionArtifactMeta < Struct.new( :overrides) SENSITIVE = [] include Aws::Structure end |