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)


4850
4851
4852
4853
4854
4855
4856
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4850

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)


4850
4851
4852
4853
4854
4855
4856
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4850

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

#system_arnString

ARN identifier.

Returns:

  • (String)


4850
4851
4852
4853
4854
4855
4856
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4850

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