Class: Aws::ElasticLoadBalancing::Types::DescribeEndPointStateOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticloadbalancing/types.rb

Overview

Contains the output for DescribeInstanceHealth.

Instance Attribute Summary collapse

Instance Attribute Details

#instance_statesArray<Types::InstanceState>

Information about the health of the instances.

Returns:



954
955
956
957
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 954

class DescribeEndPointStateOutput < Struct.new(
  :instance_states)
  include Aws::Structure
end