AWSElasticLoadBalancingDeleteListenerInput

Objective-C

@interface AWSElasticLoadBalancingDeleteListenerInput

Swift

class AWSElasticLoadBalancingDeleteListenerInput
  • The Amazon Resource Name (ARN) of the listener.

    Declaration

    Objective-C

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

    Swift

    var listenerArn: String? { get set }