Class: Aws::Types::ValidateSolNetworkPackageContentOutput

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:



710
711
712
# File 'sig/types.rbs', line 710

def arn
  @arn
end

#id::String

Returns the value of attribute id.

Returns:



711
712
713
# File 'sig/types.rbs', line 711

def id
  @id
end

#metadataTypes::ValidateSolNetworkPackageContentMetadata

Returns the value of attribute metadata.

Returns:



712
713
714
# File 'sig/types.rbs', line 712

def 
  
end

#nsd_id::String

Returns the value of attribute nsd_id.

Returns:



713
714
715
# File 'sig/types.rbs', line 713

def nsd_id
  @nsd_id
end

#nsd_name::String

Returns the value of attribute nsd_name.

Returns:



714
715
716
# File 'sig/types.rbs', line 714

def nsd_name
  @nsd_name
end

#nsd_version::String

Returns the value of attribute nsd_version.

Returns:



715
716
717
# File 'sig/types.rbs', line 715

def nsd_version
  @nsd_version
end

#vnf_pkg_ids::Array[::String]

Returns the value of attribute vnf_pkg_ids.

Returns:



716
717
718
# File 'sig/types.rbs', line 716

def vnf_pkg_ids
  @vnf_pkg_ids
end