AWSIoTListAttachedPoliciesResponse
Objective-C
@interface AWSIoTListAttachedPoliciesResponse
Swift
class AWSIoTListAttachedPoliciesResponse
-
The token to retrieve the next set of results, or “null” if there are no more results.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextMarker;
Swift
var nextMarker: String? { get set }
-
The policies.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSIoTPolicy *> *_Nullable policies;
Swift
var policies: [AWSIoTPolicy]? { get set }