Class: Aws::Types::TargetGroupConfig
- Inherits:
-
Object
- Object
- Aws::Types::TargetGroupConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#health_check ⇒ Types::HealthCheckConfig
Returns the value of attribute health_check.
-
#ip_address_type ⇒ "IPV4", "IPV6"
Returns the value of attribute ip_address_type.
-
#lambda_event_structure_version ⇒ "V1", "V2"
Returns the value of attribute lambda_event_structure_version.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#protocol ⇒ "HTTP", ...
Returns the value of attribute protocol.
-
#protocol_version ⇒ "HTTP1", ...
Returns the value of attribute protocol_version.
-
#vpc_identifier ⇒ ::String
Returns the value of attribute vpc_identifier.
Instance Attribute Details
#health_check ⇒ Types::HealthCheckConfig
Returns the value of attribute health_check.
1416 1417 1418 |
# File 'sig/types.rbs', line 1416 def health_check @health_check end |
#ip_address_type ⇒ "IPV4", "IPV6"
Returns the value of attribute ip_address_type.
1414 1415 1416 |
# File 'sig/types.rbs', line 1414 def ip_address_type @ip_address_type end |
#lambda_event_structure_version ⇒ "V1", "V2"
Returns the value of attribute lambda_event_structure_version.
1417 1418 1419 |
# File 'sig/types.rbs', line 1417 def lambda_event_structure_version @lambda_event_structure_version end |
#port ⇒ ::Integer
Returns the value of attribute port.
1411 1412 1413 |
# File 'sig/types.rbs', line 1411 def port @port end |
#protocol ⇒ "HTTP", ...
Returns the value of attribute protocol.
1412 1413 1414 |
# File 'sig/types.rbs', line 1412 def protocol @protocol end |
#protocol_version ⇒ "HTTP1", ...
Returns the value of attribute protocol_version.
1413 1414 1415 |
# File 'sig/types.rbs', line 1413 def protocol_version @protocol_version end |
#vpc_identifier ⇒ ::String
Returns the value of attribute vpc_identifier.
1415 1416 1417 |
# File 'sig/types.rbs', line 1415 def vpc_identifier @vpc_identifier end |