Class: Aws::ElasticLoadBalancingV2::Types::DeleteListenerInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#listener_arnString

The Amazon Resource Name (ARN) of the listener.

Returns:

  • (String)


958
959
960
961
962
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 958

class DeleteListenerInput < Struct.new(
  :listener_arn)
  SENSITIVE = []
  include Aws::Structure
end