Class: Aws::GlobalAccelerator::Types::CreateCustomRoutingListenerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::CreateCustomRoutingListenerResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-globalaccelerator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#listener ⇒ Types::CustomRoutingListener
The listener that you’ve created for a custom routing accelerator.
Instance Attribute Details
#listener ⇒ Types::CustomRoutingListener
The listener that you’ve created for a custom routing accelerator.
977 978 979 980 981 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 977 class CreateCustomRoutingListenerResponse < Struct.new( :listener) SENSITIVE = [] include Aws::Structure end |