AWSIoTGetPolicyResponse
Objective-C
@interface AWSIoTGetPolicyResponse
Swift
class AWSIoTGetPolicyResponse
The output from the GetPolicy operation.
-
The date the policy was created.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable creationDate;
Swift
var creationDate: Date? { get set }
-
The default policy version ID.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable defaultVersionId;
Swift
var defaultVersionId: String? { get set }
-
The generation ID of the policy.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable generationId;
Swift
var generationId: String? { 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 }