Class: Aws::Tnb::Types::GetSolNetworkPackageDescriptorOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Tnb::Types::GetSolNetworkPackageDescriptorOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-tnb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content_type ⇒ String
Indicates the media type of the resource.
-
#nsd ⇒ String
Contents of the network service descriptor in the network package.
Instance Attribute Details
#content_type ⇒ String
Indicates the media type of the resource.
915 916 917 918 919 920 |
# File 'lib/aws-sdk-tnb/types.rb', line 915 class GetSolNetworkPackageDescriptorOutput < Struct.new( :content_type, :nsd) SENSITIVE = [] include Aws::Structure end |
#nsd ⇒ String
Contents of the network service descriptor in the network package.
915 916 917 918 919 920 |
# File 'lib/aws-sdk-tnb/types.rb', line 915 class GetSolNetworkPackageDescriptorOutput < Struct.new( :content_type, :nsd) SENSITIVE = [] include Aws::Structure end |