Class: Aws::Types::CreateSolNetworkPackageOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateSolNetworkPackageOutput
- 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.
-
#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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
59 60 61 |
# File 'sig/types.rbs', line 59 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
60 61 62 |
# File 'sig/types.rbs', line 60 def id @id end |
#nsd_onboarding_state ⇒ "CREATED", ...
Returns the value of attribute nsd_onboarding_state.
61 62 63 |
# File 'sig/types.rbs', line 61 def nsd_onboarding_state @nsd_onboarding_state end |
#nsd_operational_state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute nsd_operational_state.
62 63 64 |
# File 'sig/types.rbs', line 62 def nsd_operational_state @nsd_operational_state end |
#nsd_usage_state ⇒ "IN_USE", "NOT_IN_USE"
Returns the value of attribute nsd_usage_state.
63 64 65 |
# File 'sig/types.rbs', line 63 def nsd_usage_state @nsd_usage_state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
64 65 66 |
# File 'sig/types.rbs', line 64 def @tags end |