Class: Aws::Resiliencehubv2::Types::ServiceSystemDisassociatedMetadata

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#system_arnString

ARN identifier.

Returns:

  • (String)


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_idString

The identifier of the disassociated system.

Returns:

  • (String)


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_nameString

The name of the disassociated system.

Returns:

  • (String)


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