Class: Aws::Types::PutSolFunctionPackageContentOutput

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)


537
538
539
# File 'sig/types.rbs', line 537

def id
  @id
end

#metadataTypes::PutSolFunctionPackageContentMetadata

Returns the value of attribute metadata.



538
539
540
# File 'sig/types.rbs', line 538

def 
  @metadata
end

#vnf_product_name::String

Returns the value of attribute vnf_product_name.

Returns:

  • (::String)


539
540
541
# File 'sig/types.rbs', line 539

def vnf_product_name
  @vnf_product_name
end

#vnf_provider::String

Returns the value of attribute vnf_provider.

Returns:

  • (::String)


540
541
542
# File 'sig/types.rbs', line 540

def vnf_provider
  @vnf_provider
end

#vnfd_id::String

Returns the value of attribute vnfd_id.

Returns:

  • (::String)


541
542
543
# File 'sig/types.rbs', line 541

def vnfd_id
  @vnfd_id
end

#vnfd_version::String

Returns the value of attribute vnfd_version.

Returns:

  • (::String)


542
543
544
# File 'sig/types.rbs', line 542

def vnfd_version
  @vnfd_version
end