Class: Aws::Types::UpdateSystemRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSystemRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#sharing_enabled ⇒ Boolean
Returns the value of attribute sharing_enabled.
-
#system_arn ⇒ ::String
Returns the value of attribute system_arn.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
2022 2023 2024 |
# File 'sig/types.rbs', line 2022 def description @description end |
#sharing_enabled ⇒ Boolean
Returns the value of attribute sharing_enabled.
2023 2024 2025 |
# File 'sig/types.rbs', line 2023 def sharing_enabled @sharing_enabled end |
#system_arn ⇒ ::String
Returns the value of attribute system_arn.
2021 2022 2023 |
# File 'sig/types.rbs', line 2021 def system_arn @system_arn end |