Class: Aws::Tnb::Types::GetSolFunctionPackageDescriptorOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Tnb::Types::GetSolFunctionPackageDescriptorOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-tnb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content_type ⇒ String
Indicates the media type of the resource.
-
#vnfd ⇒ String
Contents of the function package descriptor.
Instance Attribute Details
#content_type ⇒ String
Indicates the media type of the resource.
458 459 460 461 462 463 |
# File 'lib/aws-sdk-tnb/types.rb', line 458 class GetSolFunctionPackageDescriptorOutput < Struct.new( :content_type, :vnfd) SENSITIVE = [] include Aws::Structure end |
#vnfd ⇒ String
Contents of the function package descriptor.
458 459 460 461 462 463 |
# File 'lib/aws-sdk-tnb/types.rb', line 458 class GetSolFunctionPackageDescriptorOutput < Struct.new( :content_type, :vnfd) SENSITIVE = [] include Aws::Structure end |