AWSEC2InstanceElasticGPUAssociation
No description
type AWSEC2InstanceElasticGPUAssociation {
id: String!
state: String!
time: String!
elasticGpuId: String!
}
Fields
AWSEC2InstanceElasticGPUAssociation.id ● String! non-null scalar
The ID of the association
AWSEC2InstanceElasticGPUAssociation.state ● String! non-null scalar
The state of the association between the instance and the Elastic Graphics accelerator
AWSEC2InstanceElasticGPUAssociation.time ● String! non-null scalar
The time the Elastic Graphics accelerator was associated with the instance
AWSEC2InstanceElasticGPUAssociation.elasticGpuId ● String! non-null scalar
The ID of the Elastic Graphics accelerator
Member of
AWSEC2Instance object