Module: Aws::Tnb::Client::_CreateSolNetworkPackageResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateSolNetworkPackageOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #id ⇒ ::String
- #nsd_onboarding_state ⇒ "CREATED", ...
- #nsd_operational_state ⇒ "ENABLED", "DISABLED"
- #nsd_usage_state ⇒ "IN_USE", "NOT_IN_USE"
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#arn ⇒ ::String
121 |
# File 'sig/client.rbs', line 121
def arn: () -> ::String
|
#id ⇒ ::String
122 |
# File 'sig/client.rbs', line 122
def id: () -> ::String
|
#nsd_onboarding_state ⇒ "CREATED", ...
123 |
# File 'sig/client.rbs', line 123
def nsd_onboarding_state: () -> ("CREATED" | "ONBOARDED" | "ERROR")
|
#nsd_operational_state ⇒ "ENABLED", "DISABLED"
124 |
# File 'sig/client.rbs', line 124
def nsd_operational_state: () -> ("ENABLED" | "DISABLED")
|
#nsd_usage_state ⇒ "IN_USE", "NOT_IN_USE"
125 |
# File 'sig/client.rbs', line 125
def nsd_usage_state: () -> ("IN_USE" | "NOT_IN_USE")
|
#tags ⇒ ::Hash[::String, ::String]
126 |
# File 'sig/client.rbs', line 126
def tags: () -> ::Hash[::String, ::String]
|