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.



3098
3099
3100
3101
3102
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 3098

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