Class: Aws::VPCLattice::Types::RegisterTargetsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::RegisterTargetsResponse
- 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 registered.
-
#unsuccessful ⇒ Array<Types::TargetFailure>
The targets that were not registered.
Instance Attribute Details
#successful ⇒ Array<Types::Target>
The targets that were successfully registered.
2642 2643 2644 2645 2646 2647 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 2642 class RegisterTargetsResponse < Struct.new( :successful, :unsuccessful) SENSITIVE = [] include Aws::Structure end |
#unsuccessful ⇒ Array<Types::TargetFailure>
The targets that were not registered.
2642 2643 2644 2645 2646 2647 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 2642 class RegisterTargetsResponse < Struct.new( :successful, :unsuccessful) SENSITIVE = [] include Aws::Structure end |