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.
3102 3103 3104 3105 3106 |
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 3102 class UpdateCustomRoutingListenerResponse < Struct.new( :listener) SENSITIVE = [] include Aws::Structure end |