Class: Aws::GlobalAccelerator::Types::DeleteCustomRoutingListenerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::DeleteCustomRoutingListenerRequest
- 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 to delete.
Instance Attribute Details
#listener_arn ⇒ String
The Amazon Resource Name (ARN) of the listener to delete.
1554 1555 1556 1557 1558 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 1554 class DeleteCustomRoutingListenerRequest < Struct.new( :listener_arn) SENSITIVE = [] include Aws::Structure end |