Class: Aws::ElasticLoadBalancing::Types::Instance
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancing::Types::Instance
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancing/types.rb
Overview
The ID of an EC2 instance.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_id ⇒ String
The instance ID.
Instance Attribute Details
#instance_id ⇒ String
The instance ID.
1039 1040 1041 1042 1043 |
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 1039 class Instance < Struct.new( :instance_id) SENSITIVE = [] include Aws::Structure end |