Class: Aws::Resiliencehubv2::Types::ServiceReferenceChanges
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::ServiceReferenceChanges
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Describes changes to service references.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#added ⇒ Array<Types::ServiceReference>
The list of service references that were added.
-
#removed ⇒ Array<Types::ServiceReference>
The list of service references that were removed.
Instance Attribute Details
#added ⇒ Array<Types::ServiceReference>
The list of service references that were added.
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 |
#removed ⇒ Array<Types::ServiceReference>
The list of service references that were removed.
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 |