Class: Aws::GlobalAccelerator::Types::DescribeListenerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::DescribeListenerResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-globalaccelerator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#listener ⇒ Types::Listener
The description of a listener.
Instance Attribute Details
#listener ⇒ Types::Listener
The description of a listener.
1881 1882 1883 1884 1885 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 1881 class DescribeListenerResponse < Struct.new( :listener) SENSITIVE = [] include Aws::Structure end |