Class: Aws::ElasticBeanstalk::Types::Instance

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb

Overview

The description of an Amazon EC2 instance.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the Amazon EC2 instance.

Returns:

  • (String)


2616
2617
2618
2619
2620
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 2616

class Instance < Struct.new(
  :id)
  SENSITIVE = []
  include Aws::Structure
end