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.
4311 4312 4313 4314 4315 4316 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4311 class ServiceReferenceChanges < Struct.new( :added, :removed) SENSITIVE = [] include Aws::Structure end |
#removed ⇒ Array<Types::ServiceReference>
The list of service references that were removed.
4311 4312 4313 4314 4315 4316 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4311 class ServiceReferenceChanges < Struct.new( :added, :removed) SENSITIVE = [] include Aws::Structure end |