Class: Aws::Types::ListSolFunctionInstanceInfo

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:

  • (::String)


339
340
341
# File 'sig/types.rbs', line 339

def arn
  @arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


340
341
342
# File 'sig/types.rbs', line 340

def id
  @id
end

#instantiated_vnf_infoTypes::GetSolInstantiatedVnfInfo

Returns the value of attribute instantiated_vnf_info.



341
342
343
# File 'sig/types.rbs', line 341

def instantiated_vnf_info
  @instantiated_vnf_info
end

#instantiation_state"INSTANTIATED", "NOT_INSTANTIATED"

Returns the value of attribute instantiation_state.

Returns:

  • ("INSTANTIATED", "NOT_INSTANTIATED")


342
343
344
# File 'sig/types.rbs', line 342

def instantiation_state
  @instantiation_state
end

#metadataTypes::ListSolFunctionInstanceMetadata

Returns the value of attribute metadata.



343
344
345
# File 'sig/types.rbs', line 343

def 
  
end

#ns_instance_id::String

Returns the value of attribute ns_instance_id.

Returns:

  • (::String)


344
345
346
# File 'sig/types.rbs', line 344

def ns_instance_id
  @ns_instance_id
end

#vnf_pkg_id::String

Returns the value of attribute vnf_pkg_id.

Returns:

  • (::String)


345
346
347
# File 'sig/types.rbs', line 345

def vnf_pkg_id
  @vnf_pkg_id
end

#vnf_pkg_name::String

Returns the value of attribute vnf_pkg_name.

Returns:

  • (::String)


346
347
348
# File 'sig/types.rbs', line 346

def vnf_pkg_name
  @vnf_pkg_name
end