Class: Aws::Tnb::Types::PutSolNetworkPackageContentInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-tnb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:file]

Instance Attribute Summary collapse

Instance Attribute Details

#content_typeString

Network package content type.

Returns:

  • (String)


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

#fileString

Network package file.

Returns:

  • (String)


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_idString

Network service descriptor info ID.

Returns:

  • (String)


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