Class: Aws::GlobalAccelerator::Types::UpdateCustomRoutingListenerResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-globalaccelerator/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#listenerTypes::CustomRoutingListener

Information for the updated listener for a custom routing accelerator.



3578
3579
3580
3581
3582
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 3578

class UpdateCustomRoutingListenerResponse < Struct.new(
  :listener)
  SENSITIVE = []
  include Aws::Structure
end