AWS SDK for .NET Documentation
Os Property
AmazonAmazon.OpsWorks.ModelUpdateInstanceRequestOs Did this page help you?   Yes   No    Tell us about it...
Gets and sets the property Os.

The instance operating system, which must be set to one of the following.

The default option is

CopyC#
Amazon Linux
. If you set this parameter to
CopyC#
Custom
, you must use the CreateInstance action's AmiId parameter to specify the custom AMI that you want to use. For more information on the standard operating systems, see Operating SystemsFor more information on how to use custom AMIs with OpsWorks, see Using Custom AMIs.

Declaration Syntax
C#
public string Os { get; set; }

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)