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)


1932
1933
1934
# File 'sig/types.rbs', line 1932

def description
  @description
end

#sharing_enabledBoolean

Returns the value of attribute sharing_enabled.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


1931
1932
1933
# File 'sig/types.rbs', line 1931

def system_arn
  @system_arn
end