AWSIoTCreatePolicyVersionResponse

Objective-C

@interface AWSIoTCreatePolicyVersionResponse

Swift

class AWSIoTCreatePolicyVersionResponse

The output of the CreatePolicyVersion operation.

  • Specifies whether the policy version is the default.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable isDefaultVersion;

    Swift

    var isDefaultVersion: NSNumber? { get set }
  • 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 version ID.

    Declaration

    Objective-C

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

    Swift

    var policyVersionId: String? { get set }