AWSEC2DescribeElasticGpusResult
Objective-C
@interface AWSEC2DescribeElasticGpusResult
Swift
class AWSEC2DescribeElasticGpusResult
-
Information about the Elastic Graphics accelerators.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2ElasticGpus *> *_Nullable elasticGpuSet;
Swift
var elasticGpuSet: [AWSEC2ElasticGpus]? { get set }
-
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
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable maxResults;
Swift
var maxResults: NSNumber? { get set }
-
The token to use to retrieve the next page of results. This value is
null
when there are no more results to return.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }