Class: Aws::VPCLattice::Types::DeregisterTargetsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::DeregisterTargetsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-vpclattice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#successful ⇒ Array<Types::Target>
The targets that were successfully deregistered.
-
#unsuccessful ⇒ Array<Types::TargetFailure>
The targets that the operation couldn’t deregister.
Instance Attribute Details
#successful ⇒ Array<Types::Target>
The targets that were successfully deregistered.
1098 1099 1100 1101 1102 1103 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1098 class DeregisterTargetsResponse < Struct.new( :successful, :unsuccessful) SENSITIVE = [] include Aws::Structure end |
#unsuccessful ⇒ Array<Types::TargetFailure>
The targets that the operation couldn’t deregister.
1098 1099 1100 1101 1102 1103 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1098 class DeregisterTargetsResponse < Struct.new( :successful, :unsuccessful) SENSITIVE = [] include Aws::Structure end |