Class: Aws::ElasticLoadBalancing::Types::DescribeEndPointStateInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancing::Types::DescribeEndPointStateInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancing/types.rb
Overview
Contains the parameters for DescribeInstanceHealth.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instances ⇒ Array<Types::Instance>
The IDs of the instances.
-
#load_balancer_name ⇒ String
The name of the load balancer.
Instance Attribute Details
#instances ⇒ Array<Types::Instance>
The IDs of the instances.
774 775 776 777 778 779 |
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 774 class DescribeEndPointStateInput < Struct.new( :load_balancer_name, :instances) SENSITIVE = [] include Aws::Structure end |
#load_balancer_name ⇒ String
The name of the load balancer.
774 775 776 777 778 779 |
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 774 class DescribeEndPointStateInput < Struct.new( :load_balancer_name, :instances) SENSITIVE = [] include Aws::Structure end |