Struct cfn::aws::ec2::instance::ElasticGpuSpecification [] [src]

pub struct ElasticGpuSpecification {
    pub type_: Value<String>,
}

Fields

Property Type.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Trait Implementations

impl Debug for ElasticGpuSpecification
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for ElasticGpuSpecification
[src]

[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations