Class: Aws::GlobalAccelerator::Types::DescribeListenerRequest

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

#listener_arnString

The Amazon Resource Name (ARN) of the listener to describe.

Returns:

  • (String)


1869
1870
1871
1872
1873
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 1869

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