Class: Aws::Tnb::Types::GetSolNetworkPackageDescriptorOutput

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

Indicates the media type of the resource.

Returns:

  • (String)


887
888
889
890
891
892
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 887

class GetSolNetworkPackageDescriptorOutput < Struct.new(
  :content_type,
  :nsd)
  SENSITIVE = []
  include Aws::Structure
end

#nsdString

Contents of the network service descriptor in the network package.

Returns:

  • (String)


887
888
889
890
891
892
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 887

class GetSolNetworkPackageDescriptorOutput < Struct.new(
  :content_type,
  :nsd)
  SENSITIVE = []
  include Aws::Structure
end