Class: Aws::GlobalAccelerator::Types::CreateCustomRoutingListenerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::CreateCustomRoutingListenerResponse
- Defined in:
- gems/aws-sdk-globalaccelerator/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.
848 849 850 851 852 |
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 848 class CreateCustomRoutingListenerResponse < Struct.new( :listener) SENSITIVE = [] include Aws::Structure end |