Class: Aws::GlobalAccelerator::Types::DeleteListenerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::DeleteListenerRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-globalaccelerator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#listener_arn ⇒ String
The Amazon Resource Name (ARN) of the listener.
Instance Attribute Details
#listener_arn ⇒ String
The Amazon Resource Name (ARN) of the listener.
1578 1579 1580 1581 1582 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 1578 class DeleteListenerRequest < Struct.new( :listener_arn) SENSITIVE = [] include Aws::Structure end |