AWSIoTAttachPolicyRequest

Objective-C

@interface AWSIoTAttachPolicyRequest

Swift

class AWSIoTAttachPolicyRequest
  • The name of the policy to attach.

    Declaration

    Objective-C

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

    Swift

    var policyName: String? { get set }
  • The identity to which the policy is attached. For example, a thing group or a certificate.

    Declaration

    Objective-C

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

    Swift

    var target: String? { get set }