Module: Aws::Tnb::Client::_CreateSolFunctionPackageResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateSolFunctionPackageOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #id ⇒ ::String
- #onboarding_state ⇒ "CREATED", ...
- #operational_state ⇒ "ENABLED", "DISABLED"
- #tags ⇒ ::Hash[::String, ::String]
- #usage_state ⇒ "IN_USE", "NOT_IN_USE"
Instance Method Details
#arn ⇒ ::String
89 |
# File 'sig/client.rbs', line 89
def arn: () -> ::String
|
#id ⇒ ::String
90 |
# File 'sig/client.rbs', line 90
def id: () -> ::String
|
#onboarding_state ⇒ "CREATED", ...
91 |
# File 'sig/client.rbs', line 91
def onboarding_state: () -> ("CREATED" | "ONBOARDED" | "ERROR")
|
#operational_state ⇒ "ENABLED", "DISABLED"
92 |
# File 'sig/client.rbs', line 92
def operational_state: () -> ("ENABLED" | "DISABLED")
|
#tags ⇒ ::Hash[::String, ::String]
93 |
# File 'sig/client.rbs', line 93
def tags: () -> ::Hash[::String, ::String]
|
#usage_state ⇒ "IN_USE", "NOT_IN_USE"
94 |
# File 'sig/client.rbs', line 94
def usage_state: () -> ("IN_USE" | "NOT_IN_USE")
|