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.



3823
3824
3825
3826
3827
3828
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3823

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)


3823
3824
3825
3826
3827
3828
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3823

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