Class: Aws::Types::GetSolNetworkPackageOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetSolNetworkPackageOutput
- 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::GetSolNetworkPackageMetadata
Returns the value of attribute metadata.
-
#nsd_id ⇒ ::String
Returns the value of attribute nsd_id.
-
#nsd_name ⇒ ::String
Returns the value of attribute nsd_name.
-
#nsd_onboarding_state ⇒ "CREATED", ...
Returns the value of attribute nsd_onboarding_state.
-
#nsd_operational_state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute nsd_operational_state.
-
#nsd_usage_state ⇒ "IN_USE", "NOT_IN_USE"
Returns the value of attribute nsd_usage_state.
-
#nsd_version ⇒ ::String
Returns the value of attribute nsd_version.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#vnf_pkg_ids ⇒ ::Array[::String]
Returns the value of attribute vnf_pkg_ids.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
276 277 278 |
# File 'sig/types.rbs', line 276 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
277 278 279 |
# File 'sig/types.rbs', line 277 def id @id end |
#metadata ⇒ Types::GetSolNetworkPackageMetadata
Returns the value of attribute metadata.
278 279 280 |
# File 'sig/types.rbs', line 278 def end |
#nsd_id ⇒ ::String
Returns the value of attribute nsd_id.
279 280 281 |
# File 'sig/types.rbs', line 279 def nsd_id @nsd_id end |
#nsd_name ⇒ ::String
Returns the value of attribute nsd_name.
280 281 282 |
# File 'sig/types.rbs', line 280 def nsd_name @nsd_name end |
#nsd_onboarding_state ⇒ "CREATED", ...
Returns the value of attribute nsd_onboarding_state.
281 282 283 |
# File 'sig/types.rbs', line 281 def nsd_onboarding_state @nsd_onboarding_state end |
#nsd_operational_state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute nsd_operational_state.
282 283 284 |
# File 'sig/types.rbs', line 282 def nsd_operational_state @nsd_operational_state end |
#nsd_usage_state ⇒ "IN_USE", "NOT_IN_USE"
Returns the value of attribute nsd_usage_state.
283 284 285 |
# File 'sig/types.rbs', line 283 def nsd_usage_state @nsd_usage_state end |
#nsd_version ⇒ ::String
Returns the value of attribute nsd_version.
284 285 286 |
# File 'sig/types.rbs', line 284 def nsd_version @nsd_version end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
285 286 287 |
# File 'sig/types.rbs', line 285 def end |
#vnf_pkg_ids ⇒ ::Array[::String]
Returns the value of attribute vnf_pkg_ids.
286 287 288 |
# File 'sig/types.rbs', line 286 def vnf_pkg_ids @vnf_pkg_ids end |