Class: Aws::Tnb::Types::GetSolNetworkPackageContentInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#acceptString

The format of the package you want to download from the network package.

Returns:

  • (String)


869
870
871
872
873
874
# File 'lib/aws-sdk-tnb/types.rb', line 869

class GetSolNetworkPackageContentInput < Struct.new(
  :accept,
  :nsd_info_id)
  SENSITIVE = []
  include Aws::Structure
end

#nsd_info_idString

ID of the network service descriptor in the network package.

Returns:

  • (String)


869
870
871
872
873
874
# File 'lib/aws-sdk-tnb/types.rb', line 869

class GetSolNetworkPackageContentInput < Struct.new(
  :accept,
  :nsd_info_id)
  SENSITIVE = []
  include Aws::Structure
end