Module: Aws::Tnb::Client::_GetSolFunctionPackageResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetSolFunctionPackageOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #id ⇒ ::String
- #metadata ⇒ Types::GetSolFunctionPackageMetadata
- #onboarding_state ⇒ "CREATED", ...
- #operational_state ⇒ "ENABLED", "DISABLED"
- #tags ⇒ ::Hash[::String, ::String]
- #usage_state ⇒ "IN_USE", "NOT_IN_USE"
- #vnf_product_name ⇒ ::String
- #vnf_provider ⇒ ::String
- #vnfd_id ⇒ ::String
- #vnfd_version ⇒ ::String
Instance Method Details
#arn ⇒ ::String
175 |
# File 'sig/client.rbs', line 175
def arn: () -> ::String
|
#id ⇒ ::String
176 |
# File 'sig/client.rbs', line 176
def id: () -> ::String
|
#metadata ⇒ Types::GetSolFunctionPackageMetadata
177 |
# File 'sig/client.rbs', line 177
def metadata: () -> Types::GetSolFunctionPackageMetadata
|
#onboarding_state ⇒ "CREATED", ...
178 |
# File 'sig/client.rbs', line 178
def onboarding_state: () -> ("CREATED" | "ONBOARDED" | "ERROR")
|
#operational_state ⇒ "ENABLED", "DISABLED"
179 |
# File 'sig/client.rbs', line 179
def operational_state: () -> ("ENABLED" | "DISABLED")
|
#tags ⇒ ::Hash[::String, ::String]
180 |
# File 'sig/client.rbs', line 180
def tags: () -> ::Hash[::String, ::String]
|
#usage_state ⇒ "IN_USE", "NOT_IN_USE"
181 |
# File 'sig/client.rbs', line 181
def usage_state: () -> ("IN_USE" | "NOT_IN_USE")
|
#vnf_product_name ⇒ ::String
182 |
# File 'sig/client.rbs', line 182
def vnf_product_name: () -> ::String
|
#vnf_provider ⇒ ::String
183 |
# File 'sig/client.rbs', line 183
def vnf_provider: () -> ::String
|
#vnfd_id ⇒ ::String
184 |
# File 'sig/client.rbs', line 184
def vnfd_id: () -> ::String
|
#vnfd_version ⇒ ::String
185 |
# File 'sig/client.rbs', line 185
def vnfd_version: () -> ::String
|