AWSElasticLoadBalancingDescribeSSLPoliciesInput
Objective-C
@interface AWSElasticLoadBalancingDescribeSSLPoliciesInput
Swift
class AWSElasticLoadBalancingDescribeSSLPoliciesInput
-
The type of load balancer. The default lists the SSL policies for all load balancers.
Declaration
Objective-C
@property (nonatomic) AWSElasticLoadBalancingLoadBalancerTypeEnum loadBalancerType;Swift
var loadBalancerType: AWSElasticLoadBalancingLoadBalancerTypeEnum { get set } -
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 names of the policies.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable names;Swift
var names: [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 }
View on GitHub
Install in Dash
AWSElasticLoadBalancingDescribeSSLPoliciesInput Class Reference