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.
3813 3814 3815 3816 3817 3818 3819 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3813 class ServiceSystemDisassociatedMetadata < Struct.new( :system_id, :system_name, :system_arn) SENSITIVE = [] include Aws::Structure end |
#system_id ⇒ String
The identifier of the disassociated system.
3813 3814 3815 3816 3817 3818 3819 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3813 class ServiceSystemDisassociatedMetadata < Struct.new( :system_id, :system_name, :system_arn) SENSITIVE = [] include Aws::Structure end |
#system_name ⇒ String
The name of the disassociated system.
3813 3814 3815 3816 3817 3818 3819 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3813 class ServiceSystemDisassociatedMetadata < Struct.new( :system_id, :system_name, :system_arn) SENSITIVE = [] include Aws::Structure end |