Class: Aws::VPCLattice::Types::UpdateTargetGroupRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#health_checkTypes::HealthCheckConfig

The health check configuration.



5438
5439
5440
5441
5442
5443
# File 'lib/aws-sdk-vpclattice/types.rb', line 5438

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

#target_group_identifierString

The ID or ARN of the target group.

Returns:

  • (String)


5438
5439
5440
5441
5442
5443
# File 'lib/aws-sdk-vpclattice/types.rb', line 5438

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