Class: Aws::VPCLattice::Types::UpdateTargetGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::UpdateTargetGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-vpclattice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#health_check ⇒ Types::HealthCheckConfig
The health check configuration.
-
#target_group_identifier ⇒ String
The ID or Amazon Resource Name (ARN) of the target group.
Instance Attribute Details
#health_check ⇒ Types::HealthCheckConfig
The health check configuration.
3834 3835 3836 3837 3838 3839 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3834 class UpdateTargetGroupRequest < Struct.new( :health_check, :target_group_identifier) SENSITIVE = [] include Aws::Structure end |
#target_group_identifier ⇒ String
The ID or Amazon Resource Name (ARN) of the target group.
3834 3835 3836 3837 3838 3839 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3834 class UpdateTargetGroupRequest < Struct.new( :health_check, :target_group_identifier) SENSITIVE = [] include Aws::Structure end |