AWSIoTGetPolicyVersionResponse

Objective-C

@interface AWSIoTGetPolicyVersionResponse

Swift

class AWSIoTGetPolicyVersionResponse

The output from the GetPolicyVersion operation.

  • The date the policy was created.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDate *_Nullable creationDate;

    Swift

    var creationDate: Date? { get set }
  • The generation ID of the policy version.

    Declaration

    Objective-C

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

    Swift

    var generationId: String? { get set }
  • Specifies whether the policy version is the default.

    Declaration

    Objective-C

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

    Swift

    var isDefaultVersion: NSNumber? { get set }
  • The date the policy was last modified.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDate *_Nullable lastModifiedDate;

    Swift

    var lastModifiedDate: Date? { 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 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 }