Class: Aws::ElasticLoadBalancingV2::Types::DeleteListenerInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::DeleteListenerInput
- Defined in:
- gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#listener_arn ⇒ String
The Amazon Resource Name (ARN) of the listener.
Instance Attribute Details
#listener_arn ⇒ String
The Amazon Resource Name (ARN) of the listener.
1050 1051 1052 1053 1054 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1050 class DeleteListenerInput < Struct.new( :listener_arn) SENSITIVE = [] include Aws::Structure end |