Class: Aws::Types::AwsEcsServiceLoadBalancersDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEcsServiceLoadBalancersDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#container_name ⇒ ::String
Returns the value of attribute container_name.
-
#container_port ⇒ ::Integer
Returns the value of attribute container_port.
-
#load_balancer_name ⇒ ::String
Returns the value of attribute load_balancer_name.
-
#target_group_arn ⇒ ::String
Returns the value of attribute target_group_arn.
Instance Attribute Details
#container_name ⇒ ::String
Returns the value of attribute container_name.
2164 2165 2166 |
# File 'sig/types.rbs', line 2164 def container_name @container_name end |
#container_port ⇒ ::Integer
Returns the value of attribute container_port.
2165 2166 2167 |
# File 'sig/types.rbs', line 2165 def container_port @container_port end |
#load_balancer_name ⇒ ::String
Returns the value of attribute load_balancer_name.
2166 2167 2168 |
# File 'sig/types.rbs', line 2166 def load_balancer_name @load_balancer_name end |
#target_group_arn ⇒ ::String
Returns the value of attribute target_group_arn.
2167 2168 2169 |
# File 'sig/types.rbs', line 2167 def target_group_arn @target_group_arn end |