AWSElasticLoadBalancingDescribeListenerCertificatesInput
Objective-C
@interface AWSElasticLoadBalancingDescribeListenerCertificatesInputSwift
class AWSElasticLoadBalancingDescribeListenerCertificatesInput- 
                  
                  The Amazon Resource Names (ARN) of the listener. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable listenerArn;Swift var listenerArn: String? { get set }
- 
                  
                  The marker for the next set of results. (You received this marker from a previous call.) DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable marker;Swift var marker: String? { get set }
- 
                  
                  The maximum number of results to return with this call. DeclarationObjective-C @property (nonatomic, strong) NSNumber *_Nullable pageSize;Swift var pageSize: NSNumber? { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSElasticLoadBalancingDescribeListenerCertificatesInput Class Reference
        AWSElasticLoadBalancingDescribeListenerCertificatesInput Class Reference