AWSEC2DescribeSnapshotsResult
Objective-C
@interface AWSEC2DescribeSnapshotsResult
Swift
class AWSEC2DescribeSnapshotsResult
-
The
NextToken
value to include in a futureDescribeSnapshots
request. When the results of aDescribeSnapshots
request exceedMaxResults
, this value can be used to retrieve the next page of results. This value isnull
when there are no more results to return.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }
-
Information about the snapshots.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2Snapshot *> *_Nullable snapshots;
Swift
var snapshots: [AWSEC2Snapshot]? { get set }