AWSEC2DescribeInstanceCreditSpecificationsResult
Objective-C
@interface AWSEC2DescribeInstanceCreditSpecificationsResult
Swift
class AWSEC2DescribeInstanceCreditSpecificationsResult
-
Information about the credit option for CPU usage of an instance.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2InstanceCreditSpecification *> *_Nullable instanceCreditSpecifications;
Swift
var instanceCreditSpecifications: [AWSEC2InstanceCreditSpecification]? { 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 }