Class: Aws::GlobalAccelerator::Types::CreateListenerResponse

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::Listener

The listener that you've created.

Returns:



1158
1159
1160
1161
1162
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 1158

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