Class: Aws::Resiliencehubv2::Types::UpdateSystemRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::UpdateSystemRequest
- Defined in:
- gems/aws-sdk-resiliencehubv2/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.
7073 7074 7075 7076 7077 7078 7079 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 7073 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.
7073 7074 7075 7076 7077 7078 7079 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 7073 class UpdateSystemRequest < Struct.new( :system_arn, :description, :sharing_enabled) SENSITIVE = [] include Aws::Structure end |
#system_arn ⇒ String
ARN identifier.
7073 7074 7075 7076 7077 7078 7079 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 7073 class UpdateSystemRequest < Struct.new( :system_arn, :description, :sharing_enabled) SENSITIVE = [] include Aws::Structure end |