Class: Aws::VPCLattice::Types::RegisterTargetsResponse

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 registered.

Returns:



2642
2643
2644
2645
2646
2647
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2642

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

#unsuccessfulArray<Types::TargetFailure>

The targets that were not registered.

Returns:



2642
2643
2644
2645
2646
2647
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2642

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