Class: Aws::Resiliencehubv2::Types::ServiceReferenceChanges

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

Overview

Describes changes to service references.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#addedArray<Types::ServiceReference>

The list of service references that were added.

Returns:



3611
3612
3613
3614
3615
3616
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3611

class ServiceReferenceChanges < Struct.new(
  :added,
  :removed)
  SENSITIVE = []
  include Aws::Structure
end

#removedArray<Types::ServiceReference>

The list of service references that were removed.

Returns:



3611
3612
3613
3614
3615
3616
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3611

class ServiceReferenceChanges < Struct.new(
  :added,
  :removed)
  SENSITIVE = []
  include Aws::Structure
end