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.
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_enabled ⇒ Boolean
Whether cross-account sharing is enabled for the system.
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_arn ⇒ String
ARN identifier.
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 |