Class: Aws::GlobalAccelerator::Types::CreateListenerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::CreateListenerResponse
- Defined in:
- gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#listener ⇒ Types::Listener
The listener that you've created.
Instance Attribute Details
#listener ⇒ Types::Listener
The listener that you've created.
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 |