Class: Aws::Tnb::Types::GetSolNetworkPackageContentInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Tnb::Types::GetSolNetworkPackageContentInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-tnb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#accept ⇒ String
The format of the package you want to download from the network package.
-
#nsd_info_id ⇒ String
ID of the network service descriptor in the network package.
Instance Attribute Details
#accept ⇒ String
The format of the package you want to download from the network package.
869 870 871 872 873 874 |
# File 'lib/aws-sdk-tnb/types.rb', line 869 class GetSolNetworkPackageContentInput < Struct.new( :accept, :nsd_info_id) SENSITIVE = [] include Aws::Structure end |
#nsd_info_id ⇒ String
ID of the network service descriptor in the network package.
869 870 871 872 873 874 |
# File 'lib/aws-sdk-tnb/types.rb', line 869 class GetSolNetworkPackageContentInput < Struct.new( :accept, :nsd_info_id) SENSITIVE = [] include Aws::Structure end |