Class: Aws::Tnb::Types::ValidateSolNetworkPackageContentInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Tnb::Types::ValidateSolNetworkPackageContentInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-tnb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:file]
Instance Attribute Summary collapse
-
#content_type ⇒ String
Network package content type.
-
#file ⇒ String
Network package file.
-
#nsd_info_id ⇒ String
Network service descriptor file.
Instance Attribute Details
#content_type ⇒ String
Network package content type.
2526 2527 2528 2529 2530 2531 2532 |
# File 'lib/aws-sdk-tnb/types.rb', line 2526 class ValidateSolNetworkPackageContentInput < Struct.new( :content_type, :file, :nsd_info_id) SENSITIVE = [:file] include Aws::Structure end |
#file ⇒ String
Network package file.
2526 2527 2528 2529 2530 2531 2532 |
# File 'lib/aws-sdk-tnb/types.rb', line 2526 class ValidateSolNetworkPackageContentInput < Struct.new( :content_type, :file, :nsd_info_id) SENSITIVE = [:file] include Aws::Structure end |
#nsd_info_id ⇒ String
Network service descriptor file.
2526 2527 2528 2529 2530 2531 2532 |
# File 'lib/aws-sdk-tnb/types.rb', line 2526 class ValidateSolNetworkPackageContentInput < Struct.new( :content_type, :file, :nsd_info_id) SENSITIVE = [:file] include Aws::Structure end |