Class: Aws::GlobalAccelerator::Types::UpdateCustomRoutingListenerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::UpdateCustomRoutingListenerResponse
- Defined in:
- gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#listener ⇒ Types::CustomRoutingListener
Information for the updated listener for a custom routing accelerator.
Instance Attribute Details
#listener ⇒ Types::CustomRoutingListener
Information for the updated listener for a custom routing accelerator.
3578 3579 3580 3581 3582 |
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 3578 class UpdateCustomRoutingListenerResponse < Struct.new( :listener) SENSITIVE = [] include Aws::Structure end |