Class: Aws::Types::UpdateSystemRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2022
2023
2024
# File 'sig/types.rbs', line 2022

def description
  @description
end

#sharing_enabledBoolean

Returns the value of attribute sharing_enabled.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


2021
2022
2023
# File 'sig/types.rbs', line 2021

def system_arn
  @system_arn
end