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.
4513 4514 4515 4516 4517 4518 4519 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4513 class ServiceSystemDisassociatedMetadata < Struct.new( :system_id, :system_name, :system_arn) SENSITIVE = [] include Aws::Structure end |
#system_id ⇒ String
The identifier of the disassociated system.
4513 4514 4515 4516 4517 4518 4519 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4513 class ServiceSystemDisassociatedMetadata < Struct.new( :system_id, :system_name, :system_arn) SENSITIVE = [] include Aws::Structure end |
#system_name ⇒ String
The name of the disassociated system.
4513 4514 4515 4516 4517 4518 4519 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4513 class ServiceSystemDisassociatedMetadata < Struct.new( :system_id, :system_name, :system_arn) SENSITIVE = [] include Aws::Structure end |