Class: Aws::Resiliencehubv2::Types::UpdateSystemRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::UpdateSystemRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
Resource description.
-
#sharing_enabled ⇒ Boolean
Whether cross-account sharing is enabled for the system.
-
#system_arn ⇒ String
ARN identifier.
Instance Attribute Details
#description ⇒ String
Resource description.
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_enabled ⇒ Boolean
Whether cross-account sharing is enabled for the system.
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_arn ⇒ String
ARN identifier.
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 |