AWSEC2DescribeVolumesResult
Objective-C
@interface AWSEC2DescribeVolumesResult
Swift
class AWSEC2DescribeVolumesResult
-
The token to include in another request to get the next page of items. This value is
nullwhen there are no more items 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 }
View on GitHub
Install in Dash
AWSEC2DescribeVolumesResult Class Reference