AWSElasticLoadBalancingRevocationContent
Objective-C
@interface AWSElasticLoadBalancingRevocationContent
Swift
class AWSElasticLoadBalancingRevocationContent
Information about a revocation file.
-
The type of revocation file.
Declaration
Objective-C
@property (nonatomic) AWSElasticLoadBalancingRevocationType revocationType;
Swift
var revocationType: AWSElasticLoadBalancingRevocationType { get set }
-
The Amazon S3 bucket for the revocation file.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable s3Bucket;
Swift
var s3Bucket: String? { get set }
-
The Amazon S3 path for the revocation file.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable s3Key;
Swift
var s3Key: String? { get set }
-
The Amazon S3 object version of the revocation file.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable s3ObjectVersion;
Swift
var s3ObjectVersion: String? { get set }