Class: Aws::VPCLattice::Types::GetListenerRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#listener_identifierString

The ID or Amazon Resource Name (ARN) of the listener.

Returns:

  • (String)


1289
1290
1291
1292
1293
1294
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1289

class GetListenerRequest < Struct.new(
  :listener_identifier,
  :service_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#service_identifierString

The ID or Amazon Resource Name (ARN) of the service.

Returns:

  • (String)


1289
1290
1291
1292
1293
1294
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1289

class GetListenerRequest < Struct.new(
  :listener_identifier,
  :service_identifier)
  SENSITIVE = []
  include Aws::Structure
end