Class: Aws::VPCLattice::Types::DeregisterTargetsRequest

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

#target_group_identifierString

The ID or Amazon Resource Name (ARN) of the target group.

Returns:

  • (String)


1089
1090
1091
1092
1093
1094
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1089

class DeregisterTargetsRequest < Struct.new(
  :target_group_identifier,
  :targets)
  SENSITIVE = []
  include Aws::Structure
end

#targetsArray<Types::Target>

The targets to deregister.

Returns:



1089
1090
1091
1092
1093
1094
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1089

class DeregisterTargetsRequest < Struct.new(
  :target_group_identifier,
  :targets)
  SENSITIVE = []
  include Aws::Structure
end