Class: Aws::ElasticLoadBalancing::Types::BackendServerDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancing::Types::BackendServerDescription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancing/types.rb
Overview
Information about the configuration of an EC2 instance.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_port ⇒ Integer
The port on which the EC2 instance is listening.
-
#policy_names ⇒ Array<String>
The names of the policies enabled for the EC2 instance.
Instance Attribute Details
#instance_port ⇒ Integer
The port on which the EC2 instance is listening.
242 243 244 245 246 247 |
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 242 class BackendServerDescription < Struct.new( :instance_port, :policy_names) SENSITIVE = [] include Aws::Structure end |
#policy_names ⇒ Array<String>
The names of the policies enabled for the EC2 instance.
242 243 244 245 246 247 |
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 242 class BackendServerDescription < Struct.new( :instance_port, :policy_names) SENSITIVE = [] include Aws::Structure end |