Class: Aws::Resiliencehubv2::Types::UpdateSystemRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-resiliencehubv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

Resource description.

Returns:

  • (String)


4775
4776
4777
4778
4779
4780
4781
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4775

class UpdateSystemRequest < Struct.new(
  :system_arn,
  :description,
  :sharing_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#sharing_enabledBoolean

Whether cross-account sharing is enabled for the system.

Returns:

  • (Boolean)


4775
4776
4777
4778
4779
4780
4781
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4775

class UpdateSystemRequest < Struct.new(
  :system_arn,
  :description,
  :sharing_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#system_arnString

ARN identifier.

Returns:

  • (String)


4775
4776
4777
4778
4779
4780
4781
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4775

class UpdateSystemRequest < Struct.new(
  :system_arn,
  :description,
  :sharing_enabled)
  SENSITIVE = []
  include Aws::Structure
end