Class: Aws::Resiliencehubv2::Types::ServiceSystemAssociatedMetadata

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-resiliencehubv2/types.rb

Overview

Metadata for a service system associated event.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#system_arnString

ARN identifier.

Returns:

  • (String)


3790
3791
3792
3793
3794
3795
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3790

class ServiceSystemAssociatedMetadata < Struct.new(
  :system_name,
  :system_arn)
  SENSITIVE = []
  include Aws::Structure
end

#system_nameString

The name of the associated system.

Returns:

  • (String)


3790
3791
3792
3793
3794
3795
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3790

class ServiceSystemAssociatedMetadata < Struct.new(
  :system_name,
  :system_arn)
  SENSITIVE = []
  include Aws::Structure
end