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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#content_typeString

Network package content type.

Returns:

  • (String)


1914
1915
1916
1917
1918
1919
1920
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 1914

class PutSolNetworkPackageContentInput < Struct.new(
  :content_type,
  :file,
  :nsd_info_id)
  SENSITIVE = []
  include Aws::Structure
end

#fileString

Network package file.

Returns:

  • (String)


1914
1915
1916
1917
1918
1919
1920
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 1914

class PutSolNetworkPackageContentInput < Struct.new(
  :content_type,
  :file,
  :nsd_info_id)
  SENSITIVE = []
  include Aws::Structure
end

#nsd_info_idString

Network service descriptor info ID.

Returns:

  • (String)


1914
1915
1916
1917
1918
1919
1920
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 1914

class PutSolNetworkPackageContentInput < Struct.new(
  :content_type,
  :file,
  :nsd_info_id)
  SENSITIVE = []
  include Aws::Structure
end