Class: Aws::Types::ValidateSolFunctionPackageContentOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


688
689
690
# File 'sig/types.rbs', line 688

def id
  @id
end

#metadataTypes::ValidateSolFunctionPackageContentMetadata

Returns the value of attribute metadata.



689
690
691
# File 'sig/types.rbs', line 689

def 
  
end

#vnf_product_name::String

Returns the value of attribute vnf_product_name.

Returns:

  • (::String)


690
691
692
# File 'sig/types.rbs', line 690

def vnf_product_name
  @vnf_product_name
end

#vnf_provider::String

Returns the value of attribute vnf_provider.

Returns:

  • (::String)


691
692
693
# File 'sig/types.rbs', line 691

def vnf_provider
  @vnf_provider
end

#vnfd_id::String

Returns the value of attribute vnfd_id.

Returns:

  • (::String)


692
693
694
# File 'sig/types.rbs', line 692

def vnfd_id
  @vnfd_id
end

#vnfd_version::String

Returns the value of attribute vnfd_version.

Returns:

  • (::String)


693
694
695
# File 'sig/types.rbs', line 693

def vnfd_version
  @vnfd_version
end