Class: Aws::Types::GetSolFunctionPackageOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetSolFunctionPackageOutput
- 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::GetSolFunctionPackageMetadata
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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#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.
158 159 160 |
# File 'sig/types.rbs', line 158 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
159 160 161 |
# File 'sig/types.rbs', line 159 def id @id end |
#metadata ⇒ Types::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.
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.
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.
163 164 165 |
# File 'sig/types.rbs', line 163 def @tags end |
#usage_state ⇒ "IN_USE", "NOT_IN_USE"
Returns the value of attribute usage_state.
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.
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.
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.
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.
168 169 170 |
# File 'sig/types.rbs', line 168 def vnfd_version @vnfd_version end |