Class: Aws::Drs::Types::TerminateRecoveryInstancesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::TerminateRecoveryInstancesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-drs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#recovery_instance_i_ds ⇒ Array<String>
The IDs of the Recovery Instances that should be terminated.
Instance Attribute Details
#recovery_instance_i_ds ⇒ Array<String>
The IDs of the Recovery Instances that should be terminated.
3633 3634 3635 3636 3637 |
# File 'lib/aws-sdk-drs/types.rb', line 3633 class TerminateRecoveryInstancesRequest < Struct.new( :recovery_instance_i_ds) SENSITIVE = [] include Aws::Structure end |