AWSIoTListAttachedPoliciesRequest

Objective-C

@interface AWSIoTListAttachedPoliciesRequest

Swift

class AWSIoTListAttachedPoliciesRequest
  • The token to retrieve the next set of results.

    Declaration

    Objective-C

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

    Swift

    var marker: String? { get set }
  • The maximum number of results to be returned per request.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable pageSize;

    Swift

    var pageSize: NSNumber? { get set }
  • When true, recursively list attached policies.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable recursive;

    Swift

    var recursive: NSNumber? { get set }
  • The group or principal for which the policies will be listed. Valid principals are CertificateArn (arn:aws:iot:region:accountId:cert/certificateId), thingGroupArn (arn:aws:iot:region:accountId:thinggroup/groupName) and CognitoId (region:id).

    Declaration

    Objective-C

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

    Swift

    var target: String? { get set }