Class: Aws::Types::CreateSolFunctionPackageOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateSolFunctionPackageOutput
- 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.
-
#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.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
27 28 29 |
# File 'sig/types.rbs', line 27 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
28 29 30 |
# File 'sig/types.rbs', line 28 def id @id end |
#onboarding_state ⇒ "CREATED", ...
Returns the value of attribute onboarding_state.
29 30 31 |
# File 'sig/types.rbs', line 29 def onboarding_state @onboarding_state end |
#operational_state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute operational_state.
30 31 32 |
# File 'sig/types.rbs', line 30 def operational_state @operational_state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
31 32 33 |
# File 'sig/types.rbs', line 31 def @tags end |
#usage_state ⇒ "IN_USE", "NOT_IN_USE"
Returns the value of attribute usage_state.
32 33 34 |
# File 'sig/types.rbs', line 32 def usage_state @usage_state end |