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.
1932 1933 1934 |
# File 'sig/types.rbs', line 1932 def description @description end |
#sharing_enabled ⇒ Boolean
Returns the value of attribute sharing_enabled.
1933 1934 1935 |
# File 'sig/types.rbs', line 1933 def sharing_enabled @sharing_enabled end |
#system_arn ⇒ ::String
Returns the value of attribute system_arn.
1931 1932 1933 |
# File 'sig/types.rbs', line 1931 def system_arn @system_arn end |