Class: Aws::ElasticLoadBalancing::Types::Instance

Inherits:
Struct
  • Object
show all
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 Attribute Details

#instance_idString

The instance ID.

Returns:

  • (String)


1220
1221
1222
1223
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 1220

class Instance < Struct.new(
  :instance_id)
  include Aws::Structure
end