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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 958

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