C# Class Amazon.ElasticLoadBalancing.Model.Instance

The ID of an EC2 instance.
Show file Open project: aws/aws-sdk-net

Public Methods

Method Description
Instance ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

Instance ( string instanceId ) : System

Instantiates Instance with the parameterized properties

Private Methods

Method Description
IsSetInstanceId ( ) : bool

Method Details

Instance() public method

Empty constructor used to set properties independently even when a simple constructor is available
public Instance ( ) : System
return System

Instance() public method

Instantiates Instance with the parameterized properties
public Instance ( string instanceId ) : System
instanceId string The instance ID.
return System