Class: Aws::ElasticLoadBalancingV2::Types::DescribeListenerAttributesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::DescribeListenerAttributesInput
- Includes:
- Structure
- Defined in:
- 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.
1136 1137 1138 1139 1140 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1136 class DescribeListenerAttributesInput < Struct.new( :listener_arn) SENSITIVE = [] include Aws::Structure end |