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.



6024
6025
6026
6027
6028
6029
# File 'lib/aws-sdk-vpclattice/types.rb', line 6024

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

#target_group_identifierString

The ID or ARN of the target group.

Returns:

  • (String)


6024
6025
6026
6027
6028
6029
# File 'lib/aws-sdk-vpclattice/types.rb', line 6024

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