AWSIoTAllowed

Objective-C

@interface AWSIoTAllowed

Swift

class AWSIoTAllowed

Contains information that allowed the authorization.

  • A list of policies that allowed the authentication.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSIoTPolicy *> *_Nullable policies;

    Swift

    var policies: [AWSIoTPolicy]? { get set }