AWSEC2DescribeVolumesResult
Objective-C
@interface AWSEC2DescribeVolumesResult
Swift
class AWSEC2DescribeVolumesResult
-
The
NextToken
value to include in a futureDescribeVolumes
request. When the results of aDescribeVolumes
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 volumes.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2Volume *> *_Nullable volumes;
Swift
var volumes: [AWSEC2Volume]? { get set }