AWSElasticLoadBalancingDescribeTrustStoreRevocationsInput

Objective-C

@interface AWSElasticLoadBalancingDescribeTrustStoreRevocationsInput

Swift

class AWSElasticLoadBalancingDescribeTrustStoreRevocationsInput
  • The marker for the next set of results. (You received this marker from a previous call.)

    Declaration

    Objective-C

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

    Swift

    var marker: String? { get set }
  • The maximum number of results to return with this call.

    Declaration

    Objective-C

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

    Swift

    var pageSize: NSNumber? { get set }
  • The revocation IDs of the revocation files you want to describe.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<NSNumber *> *_Nullable revocationIds;

    Swift

    var revocationIds: [NSNumber]? { get set }
  • The Amazon Resource Name (ARN) of the trust store.

    Declaration

    Objective-C

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

    Swift

    var trustStoreArn: String? { get set }