Class: Aws::Types::GetSolFunctionPackageOutput

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)


158
159
160
# File 'sig/types.rbs', line 158

def arn
  @arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


159
160
161
# File 'sig/types.rbs', line 159

def id
  @id
end

#metadataTypes::GetSolFunctionPackageMetadata

Returns the value of attribute metadata.



160
161
162
# File 'sig/types.rbs', line 160

def 
  @metadata
end

#onboarding_state"CREATED", ...

Returns the value of attribute onboarding_state.

Returns:

  • ("CREATED", "ONBOARDED", "ERROR")


161
162
163
# File 'sig/types.rbs', line 161

def onboarding_state
  @onboarding_state
end

#operational_state"ENABLED", "DISABLED"

Returns the value of attribute operational_state.

Returns:

  • ("ENABLED", "DISABLED")


162
163
164
# File 'sig/types.rbs', line 162

def operational_state
  @operational_state
end

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

Returns the value of attribute tags.

Returns:

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


163
164
165
# File 'sig/types.rbs', line 163

def tags
  @tags
end

#usage_state"IN_USE", "NOT_IN_USE"

Returns the value of attribute usage_state.

Returns:

  • ("IN_USE", "NOT_IN_USE")


164
165
166
# File 'sig/types.rbs', line 164

def usage_state
  @usage_state
end

#vnf_product_name::String

Returns the value of attribute vnf_product_name.

Returns:

  • (::String)


165
166
167
# File 'sig/types.rbs', line 165

def vnf_product_name
  @vnf_product_name
end

#vnf_provider::String

Returns the value of attribute vnf_provider.

Returns:

  • (::String)


166
167
168
# File 'sig/types.rbs', line 166

def vnf_provider
  @vnf_provider
end

#vnfd_id::String

Returns the value of attribute vnfd_id.

Returns:

  • (::String)


167
168
169
# File 'sig/types.rbs', line 167

def vnfd_id
  @vnfd_id
end

#vnfd_version::String

Returns the value of attribute vnfd_version.

Returns:

  • (::String)


168
169
170
# File 'sig/types.rbs', line 168

def vnfd_version
  @vnfd_version
end