Class: Aws::Resiliencehubv2::Types::ServiceSystemDisassociatedMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::ServiceSystemDisassociatedMetadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Metadata for a service system disassociated event.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#system_arn ⇒ String
ARN identifier.
-
#system_id ⇒ String
The identifier of the disassociated system.
-
#system_name ⇒ String
The name of the disassociated system.
Instance Attribute Details
#system_arn ⇒ String
ARN identifier.
3868 3869 3870 3871 3872 3873 3874 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3868 class ServiceSystemDisassociatedMetadata < Struct.new( :system_id, :system_name, :system_arn) SENSITIVE = [] include Aws::Structure end |
#system_id ⇒ String
The identifier of the disassociated system.
3868 3869 3870 3871 3872 3873 3874 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3868 class ServiceSystemDisassociatedMetadata < Struct.new( :system_id, :system_name, :system_arn) SENSITIVE = [] include Aws::Structure end |
#system_name ⇒ String
The name of the disassociated system.
3868 3869 3870 3871 3872 3873 3874 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3868 class ServiceSystemDisassociatedMetadata < Struct.new( :system_id, :system_name, :system_arn) SENSITIVE = [] include Aws::Structure end |