Class: Aws::GlobalAccelerator::Types::CreateCustomRoutingListenerResponse

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

The listener that you've created for a custom routing accelerator.



977
978
979
980
981
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 977

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