Class: Aws::Types::DescribeEndPointStateInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeEndPointStateInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instances ⇒ ::Array[Types::Instance]
Returns the value of attribute instances.
-
#load_balancer_name ⇒ ::String
Returns the value of attribute load_balancer_name.
Instance Attribute Details
#instances ⇒ ::Array[Types::Instance]
Returns the value of attribute instances.
235 236 237 |
# File 'sig/types.rbs', line 235 def instances @instances end |
#load_balancer_name ⇒ ::String
Returns the value of attribute load_balancer_name.
234 235 236 |
# File 'sig/types.rbs', line 234 def load_balancer_name @load_balancer_name end |