Class: Aws::GlobalAccelerator::Types::DescribeCustomRoutingListenerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::DescribeCustomRoutingListenerResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-globalaccelerator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#listener ⇒ Types::CustomRoutingListener
The description of a listener for a custom routing accelerator.
Instance Attribute Details
#listener ⇒ Types::CustomRoutingListener
The description of a listener for a custom routing accelerator.
1833 1834 1835 1836 1837 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 1833 class DescribeCustomRoutingListenerResponse < Struct.new( :listener) SENSITIVE = [] include Aws::Structure end |