AWSEC2ElasticGpuSpecification

Objective-C

@interface AWSEC2ElasticGpuSpecification

Swift

class AWSEC2ElasticGpuSpecification

A specification for an Elastic Graphics accelerator.

Required parameters: [Type]

  • The type of Elastic Graphics accelerator. For more information about the values to specify for Type, see Elastic Graphics Basics, specifically the Elastic Graphics accelerator column, in the Amazon Elastic Compute Cloud User Guide for Windows Instances.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable types;

    Swift

    var types: String? { get set }