Class: Aws::VPCLattice::Types::DeregisterTargetsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#successfulArray<Types::Target>

The targets that were successfully deregistered.

Returns:



1106
1107
1108
1109
1110
1111
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1106

class DeregisterTargetsResponse < Struct.new(
  :successful,
  :unsuccessful)
  SENSITIVE = []
  include Aws::Structure
end

#unsuccessfulArray<Types::TargetFailure>

The targets that the operation couldn't deregister.

Returns:



1106
1107
1108
1109
1110
1111
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1106

class DeregisterTargetsResponse < Struct.new(
  :successful,
  :unsuccessful)
  SENSITIVE = []
  include Aws::Structure
end