Class: Aws::Resiliencehubv2::Types::SystemServiceAssociatedMetadata

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

Overview

Metadata for a system service associated event.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#service_arnString

ARN identifier.

Returns:

  • (String)


4219
4220
4221
4222
4223
4224
4225
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4219

class SystemServiceAssociatedMetadata < Struct.new(
  :service_name,
  :service_arn,
  :user_journeys)
  SENSITIVE = []
  include Aws::Structure
end

#service_nameString

The name of the associated service.

Returns:

  • (String)


4219
4220
4221
4222
4223
4224
4225
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4219

class SystemServiceAssociatedMetadata < Struct.new(
  :service_name,
  :service_arn,
  :user_journeys)
  SENSITIVE = []
  include Aws::Structure
end

#user_journeysArray<String>

The user journeys linking the service to the system.

Returns:

  • (Array<String>)


4219
4220
4221
4222
4223
4224
4225
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4219

class SystemServiceAssociatedMetadata < Struct.new(
  :service_name,
  :service_arn,
  :user_journeys)
  SENSITIVE = []
  include Aws::Structure
end