AWSIoTGetEffectivePoliciesRequest
Objective-C
@interface AWSIoTGetEffectivePoliciesRequest
Swift
class AWSIoTGetEffectivePoliciesRequest
-
The Cognito identity pool ID.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable cognitoIdentityPoolId;
Swift
var cognitoIdentityPoolId: String? { get set }
-
The principal. 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 principal;
Swift
var principal: String? { get set }
-
The thing name.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable thingName;
Swift
var thingName: String? { get set }