Class: Aws::GlobalAccelerator::Types::DescribeListenerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::DescribeListenerRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-globalaccelerator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#listener_arn ⇒ String
The Amazon Resource Name (ARN) of the listener to describe.
Instance Attribute Details
#listener_arn ⇒ String
The Amazon Resource Name (ARN) of the listener to describe.
1869 1870 1871 1872 1873 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 1869 class DescribeListenerRequest < Struct.new( :listener_arn) SENSITIVE = [] include Aws::Structure end |