Class: Aws::Types::ListSolFunctionPackageInfo
- Inherits:
-
Object
- Object
- Aws::Types::ListSolFunctionPackageInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#metadata ⇒ Types::ListSolFunctionPackageMetadata
Returns the value of attribute metadata.
-
#onboarding_state ⇒ "CREATED", ...
Returns the value of attribute onboarding_state.
-
#operational_state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute operational_state.
-
#usage_state ⇒ "IN_USE", "NOT_IN_USE"
Returns the value of attribute usage_state.
-
#vnf_product_name ⇒ ::String
Returns the value of attribute vnf_product_name.
-
#vnf_provider ⇒ ::String
Returns the value of attribute vnf_provider.
-
#vnfd_id ⇒ ::String
Returns the value of attribute vnfd_id.
-
#vnfd_version ⇒ ::String
Returns the value of attribute vnfd_version.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
369 370 371 |
# File 'sig/types.rbs', line 369 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
370 371 372 |
# File 'sig/types.rbs', line 370 def id @id end |
#metadata ⇒ Types::ListSolFunctionPackageMetadata
Returns the value of attribute metadata.
371 372 373 |
# File 'sig/types.rbs', line 371 def end |
#onboarding_state ⇒ "CREATED", ...
Returns the value of attribute onboarding_state.
372 373 374 |
# File 'sig/types.rbs', line 372 def onboarding_state @onboarding_state end |
#operational_state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute operational_state.
373 374 375 |
# File 'sig/types.rbs', line 373 def operational_state @operational_state end |
#usage_state ⇒ "IN_USE", "NOT_IN_USE"
Returns the value of attribute usage_state.
374 375 376 |
# File 'sig/types.rbs', line 374 def usage_state @usage_state end |
#vnf_product_name ⇒ ::String
Returns the value of attribute vnf_product_name.
375 376 377 |
# File 'sig/types.rbs', line 375 def vnf_product_name @vnf_product_name end |
#vnf_provider ⇒ ::String
Returns the value of attribute vnf_provider.
376 377 378 |
# File 'sig/types.rbs', line 376 def vnf_provider @vnf_provider end |
#vnfd_id ⇒ ::String
Returns the value of attribute vnfd_id.
377 378 379 |
# File 'sig/types.rbs', line 377 def vnfd_id @vnfd_id end |
#vnfd_version ⇒ ::String
Returns the value of attribute vnfd_version.
378 379 380 |
# File 'sig/types.rbs', line 378 def vnfd_version @vnfd_version end |