AWSIoTDetachThingPrincipalRequest

Objective-C

@interface AWSIoTDetachThingPrincipalRequest

Swift

class AWSIoTDetachThingPrincipalRequest

The input for the DetachThingPrincipal operation.

Required parameters: [thingName, principal]

  • If the principal is a certificate, this value must be ARN of the certificate. If the principal is an Amazon Cognito identity, this value must be the ID of the Amazon Cognito identity.

    Declaration

    Objective-C

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

    Swift

    var principal: String? { get set }
  • The name of the thing.

    Declaration

    Objective-C

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

    Swift

    var thingName: String? { get set }