Class: Aws::ElasticLoadBalancingV2::Types::ModifyListenerAttributesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::ModifyListenerAttributesInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancingv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attributes ⇒ Array<Types::ListenerAttribute>
The listener attributes.
-
#listener_arn ⇒ String
The Amazon Resource Name (ARN) of the listener.
Instance Attribute Details
#attributes ⇒ Array<Types::ListenerAttribute>
The listener attributes.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the listener.
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 |