AWSIoTCreatePolicyResponse

Objective-C

@interface AWSIoTCreatePolicyResponse

Swift

class AWSIoTCreatePolicyResponse

The output from the CreatePolicy operation.

  • The policy ARN.

    Declaration

    Objective-C

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

    Swift

    var policyArn: String? { get set }
  • The JSON document that describes the policy.

    Declaration

    Objective-C

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

    Swift

    var policyDocument: String? { get set }
  • The policy name.

    Declaration

    Objective-C

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

    Swift

    var policyName: String? { get set }
  • The policy version ID.

    Declaration

    Objective-C

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

    Swift

    var policyVersionId: String? { get set }