Class: Aws::Tnb::Types::NetworkArtifactMeta
- Inherits:
-
Struct
- Object
- Struct
- Aws::Tnb::Types::NetworkArtifactMeta
- Includes:
- Structure
- Defined in:
- 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
-
#overrides ⇒ Array<Types::ToscaOverride>
Lists network package overrides.
Instance Attribute Details
#overrides ⇒ Array<Types::ToscaOverride>
Lists network package overrides.
1891 1892 1893 1894 1895 |
# File 'lib/aws-sdk-tnb/types.rb', line 1891 class NetworkArtifactMeta < Struct.new( :overrides) SENSITIVE = [] include Aws::Structure end |