Class: Aws::ElasticLoadBalancing::Types::Instance
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancing::Types::Instance
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancing/types.rb
Overview
Note:
When making an API call, you may pass Instance data as a hash:
{
instance_id: "InstanceId",
}
The ID of an EC2 instance.
Instance Attribute Summary collapse
-
#instance_id ⇒ String
The instance ID.
Instance Attribute Details
#instance_id ⇒ String
The instance ID.
1220 1221 1222 1223 |
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 1220 class Instance < Struct.new( :instance_id) include Aws::Structure end |