Class: Aws::Tnb::Types::ValidateSolNetworkPackageContentInput

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)


2364
2365
2366
2367
2368
2369
2370
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 2364

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

#fileString

Network package file.

Returns:

  • (String)


2364
2365
2366
2367
2368
2369
2370
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 2364

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

#nsd_info_idString

Network service descriptor file.

Returns:

  • (String)


2364
2365
2366
2367
2368
2369
2370
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 2364

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