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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-globalaccelerator/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.



3568
3569
3570
3571
3572
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 3568

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