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

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

#health_checkTypes::HealthCheckConfig

The health check configuration.



3834
3835
3836
3837
3838
3839
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3834

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

#target_group_identifierString

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

Returns:

  • (String)


3834
3835
3836
3837
3838
3839
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3834

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