Class: Aws::Tnb::Types::NetworkArtifactMeta

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

Overview

Metadata for network 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 network package overrides.

Returns:



1792
1793
1794
1795
1796
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 1792

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