Class: Aws::Resiliencehubv2::Types::AssociatedSystem

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

Overview

Represents a system associated with a service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#system_arnString

ARN identifier.

Returns:

  • (String)


256
257
258
259
260
261
262
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 256

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

#system_nameString

Resource name (used in ARN — no spaces allowed).

Returns:

  • (String)


256
257
258
259
260
261
262
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 256

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

#user_journey_idsArray<String>

The list of user journey identifiers that associate this system with the service.

Returns:

  • (Array<String>)


256
257
258
259
260
261
262
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 256

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