Class: Aws::ElasticLoadBalancingV2::Types::ModifyListenerAttributesInput

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

#attributesArray<Types::ListenerAttribute>

The listener attributes.

Returns:



2524
2525
2526
2527
2528
2529
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 2524

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

#listener_arnString

The Amazon Resource Name (ARN) of the listener.

Returns:

  • (String)


2524
2525
2526
2527
2528
2529
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 2524

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