AWSIoTListPolicyPrincipalsResponse

Objective-C

@interface AWSIoTListPolicyPrincipalsResponse

Swift

class AWSIoTListPolicyPrincipalsResponse

The output from the ListPolicyPrincipals operation.

  • The marker for the next set of results, or null if there are no additional results.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable nextMarker;

    Swift

    var nextMarker: String? { get set }
  • The descriptions of the principals.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<NSString *> *_Nullable principals;

    Swift

    var principals: [String]? { get set }