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:



2646
2647
2648
2649
2650
2651
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2646

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

#unsuccessfulArray<Types::TargetFailure>

The targets that were not registered.

Returns:



2646
2647
2648
2649
2650
2651
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2646

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