Class: Aws::Tnb::Types::GetSolFunctionPackageDescriptorOutput

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)


458
459
460
461
462
463
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 458

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

#vnfdString

Contents of the function package descriptor.

Returns:

  • (String)


458
459
460
461
462
463
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 458

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