Class: Aws::Types::GetSolFunctionInstanceOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:tags])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


106
107
108
# File 'sig/types.rbs', line 106

def arn
  @arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


107
108
109
# File 'sig/types.rbs', line 107

def id
  @id
end

#instantiated_vnf_infoTypes::GetSolVnfInfo

Returns the value of attribute instantiated_vnf_info.



108
109
110
# File 'sig/types.rbs', line 108

def instantiated_vnf_info
  @instantiated_vnf_info
end

#instantiation_state"INSTANTIATED", "NOT_INSTANTIATED"

Returns the value of attribute instantiation_state.

Returns:

  • ("INSTANTIATED", "NOT_INSTANTIATED")


109
110
111
# File 'sig/types.rbs', line 109

def instantiation_state
  @instantiation_state
end

#metadataTypes::GetSolFunctionInstanceMetadata

Returns the value of attribute metadata.



110
111
112
# File 'sig/types.rbs', line 110

def 
  @metadata
end

#ns_instance_id::String

Returns the value of attribute ns_instance_id.

Returns:

  • (::String)


111
112
113
# File 'sig/types.rbs', line 111

def ns_instance_id
  @ns_instance_id
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


112
113
114
# File 'sig/types.rbs', line 112

def tags
  @tags
end

#vnf_pkg_id::String

Returns the value of attribute vnf_pkg_id.

Returns:

  • (::String)


113
114
115
# File 'sig/types.rbs', line 113

def vnf_pkg_id
  @vnf_pkg_id
end

#vnf_product_name::String

Returns the value of attribute vnf_product_name.

Returns:

  • (::String)


114
115
116
# File 'sig/types.rbs', line 114

def vnf_product_name
  @vnf_product_name
end

#vnf_provider::String

Returns the value of attribute vnf_provider.

Returns:

  • (::String)


115
116
117
# File 'sig/types.rbs', line 115

def vnf_provider
  @vnf_provider
end

#vnfd_id::String

Returns the value of attribute vnfd_id.

Returns:

  • (::String)


116
117
118
# File 'sig/types.rbs', line 116

def vnfd_id
  @vnfd_id
end

#vnfd_version::String

Returns the value of attribute vnfd_version.

Returns:

  • (::String)


117
118
119
# File 'sig/types.rbs', line 117

def vnfd_version
  @vnfd_version
end