AWSKMSListGrantsResponse
Objective-C
@interface AWSKMSListGrantsResponse
Swift
class AWSKMSListGrantsResponse
-
A list of grants.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSKMSGrantListEntry *> *_Nullable grants;Swift
var grants: [AWSKMSGrantListEntry]? { get set } -
When
Truncatedis true, this element is present and contains the value to use for theMarkerparameter in a subsequent request.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextMarker;Swift
var nextMarker: String? { get set } -
A flag that indicates whether there are more items in the list. When this value is true, the list in this response is truncated. To get more items, pass the value of the
NextMarkerelement in this response to theMarkerparameter in a subsequent request.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable truncated;Swift
var truncated: NSNumber? { get set }
View on GitHub
Install in Dash
AWSKMSListGrantsResponse Class Reference