ElasticGpuAssociation
public struct ElasticGpuAssociation : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the association.
Declaration
Swift
public let elasticGpuAssociationId: String?
-
The state of the association between the instance and the Elastic Graphics accelerator.
Declaration
Swift
public let elasticGpuAssociationState: String?
-
The time the Elastic Graphics accelerator was associated with the instance.
Declaration
Swift
public let elasticGpuAssociationTime: String?
-
The ID of the Elastic Graphics accelerator.
Declaration
Swift
public let elasticGpuId: String?
-
Undocumented
Declaration
Swift
public init(elasticGpuAssociationId: String? = nil, elasticGpuAssociationState: String? = nil, elasticGpuAssociationTime: String? = nil, elasticGpuId: String? = nil)