Class: Aws::Types::PutSolNetworkPackageContentOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:



559
560
561
# File 'sig/types.rbs', line 559

def arn
  @arn
end

#id::String

Returns the value of attribute id.

Returns:



560
561
562
# File 'sig/types.rbs', line 560

def id
  @id
end

#metadataTypes::PutSolNetworkPackageContentMetadata

Returns the value of attribute metadata.

Returns:



561
562
563
# File 'sig/types.rbs', line 561

def 
  @metadata
end

#nsd_id::String

Returns the value of attribute nsd_id.

Returns:



562
563
564
# File 'sig/types.rbs', line 562

def nsd_id
  @nsd_id
end

#nsd_name::String

Returns the value of attribute nsd_name.

Returns:



563
564
565
# File 'sig/types.rbs', line 563

def nsd_name
  @nsd_name
end

#nsd_version::String

Returns the value of attribute nsd_version.

Returns:



564
565
566
# File 'sig/types.rbs', line 564

def nsd_version
  @nsd_version
end

#vnf_pkg_ids::Array[::String]

Returns the value of attribute vnf_pkg_ids.

Returns:



565
566
567
# File 'sig/types.rbs', line 565

def vnf_pkg_ids
  @vnf_pkg_ids
end