Class: Aws::Types::UpdateTargetGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTargetGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#health_check ⇒ Types::HealthCheckConfig
Returns the value of attribute health_check.
-
#target_group_identifier ⇒ ::String
Returns the value of attribute target_group_identifier.
Instance Attribute Details
#health_check ⇒ Types::HealthCheckConfig
Returns the value of attribute health_check.
1619 1620 1621 |
# File 'sig/types.rbs', line 1619 def health_check @health_check end |
#target_group_identifier ⇒ ::String
Returns the value of attribute target_group_identifier.
1618 1619 1620 |
# File 'sig/types.rbs', line 1618 def target_group_identifier @target_group_identifier end |