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

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

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



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

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