Class: Aws::VPCLattice::Types::UpdateTargetGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::UpdateTargetGroupRequest
- Defined in:
- gems/aws-sdk-vpclattice/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 ARN of the target group.
Instance Attribute Details
#health_check ⇒ Types::HealthCheckConfig
The health check configuration.
5977 5978 5979 5980 5981 5982 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5977 class UpdateTargetGroupRequest < Struct.new( :target_group_identifier, :health_check) SENSITIVE = [] include Aws::Structure end |
#target_group_identifier ⇒ String
The ID or ARN of the target group.
5977 5978 5979 5980 5981 5982 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5977 class UpdateTargetGroupRequest < Struct.new( :target_group_identifier, :health_check) SENSITIVE = [] include Aws::Structure end |