Class: Aws::VPCLattice::Types::ListListenersRequest

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

#max_resultsInteger

The maximum number of results to return.

Returns:

  • (Integer)


2086
2087
2088
2089
2090
2091
2092
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2086

class ListListenersRequest < Struct.new(
  :max_results,
  :next_token,
  :service_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A pagination token for the next page of results.

Returns:

  • (String)


2086
2087
2088
2089
2090
2091
2092
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2086

class ListListenersRequest < Struct.new(
  :max_results,
  :next_token,
  :service_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#service_identifierString

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

Returns:

  • (String)


2086
2087
2088
2089
2090
2091
2092
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2086

class ListListenersRequest < Struct.new(
  :max_results,
  :next_token,
  :service_identifier)
  SENSITIVE = []
  include Aws::Structure
end