Class: Aws::Resiliencehubv2::Types::SystemServiceDisassociatedMetadata

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

Overview

Metadata for a system service disassociated event.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#commentString

A comment about the disassociation.

Returns:

  • (String)


4247
4248
4249
4250
4251
4252
4253
4254
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4247

class SystemServiceDisassociatedMetadata < Struct.new(
  :service_name,
  :service_arn,
  :user_journeys_affected,
  :comment)
  SENSITIVE = []
  include Aws::Structure
end

#service_arnString

ARN identifier.

Returns:

  • (String)


4247
4248
4249
4250
4251
4252
4253
4254
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4247

class SystemServiceDisassociatedMetadata < Struct.new(
  :service_name,
  :service_arn,
  :user_journeys_affected,
  :comment)
  SENSITIVE = []
  include Aws::Structure
end

#service_nameString

The name of the disassociated service.

Returns:

  • (String)


4247
4248
4249
4250
4251
4252
4253
4254
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4247

class SystemServiceDisassociatedMetadata < Struct.new(
  :service_name,
  :service_arn,
  :user_journeys_affected,
  :comment)
  SENSITIVE = []
  include Aws::Structure
end

#user_journeys_affectedArray<String>

The user journeys affected by the disassociation.

Returns:

  • (Array<String>)


4247
4248
4249
4250
4251
4252
4253
4254
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4247

class SystemServiceDisassociatedMetadata < Struct.new(
  :service_name,
  :service_arn,
  :user_journeys_affected,
  :comment)
  SENSITIVE = []
  include Aws::Structure
end