Class: Aws::Tnb::Types::PutSolNetworkPackageContentInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Tnb::Types::PutSolNetworkPackageContentInput
- 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 info ID.
Instance Attribute Details
#content_type ⇒ String
Network package content type.
2013 2014 2015 2016 2017 2018 2019 |
# File 'lib/aws-sdk-tnb/types.rb', line 2013 class PutSolNetworkPackageContentInput < Struct.new( :content_type, :file, :nsd_info_id) SENSITIVE = [:file] include Aws::Structure end |
#file ⇒ String
Network package file.
2013 2014 2015 2016 2017 2018 2019 |
# File 'lib/aws-sdk-tnb/types.rb', line 2013 class PutSolNetworkPackageContentInput < Struct.new( :content_type, :file, :nsd_info_id) SENSITIVE = [:file] include Aws::Structure end |
#nsd_info_id ⇒ String
Network service descriptor info ID.
2013 2014 2015 2016 2017 2018 2019 |
# File 'lib/aws-sdk-tnb/types.rb', line 2013 class PutSolNetworkPackageContentInput < Struct.new( :content_type, :file, :nsd_info_id) SENSITIVE = [:file] include Aws::Structure end |