DescribeElasticGpusResult
public struct DescribeElasticGpusResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Information about the Elastic Graphics accelerators.
Declaration
Swift
public let elasticGpuSet: [ElasticGpus]? -
The total number of items to return. If the total number of items available is more than the value specified in max-items then a Next-Token will be provided in the output that you can use to resume pagination.
Declaration
Swift
public let maxResults: Int? -
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(elasticGpuSet: [ElasticGpus]? = nil, maxResults: Int? = nil, nextToken: String? = nil)
View on GitHub
DescribeElasticGpusResult Structure Reference