Class: Aws::VPCLattice::Types::ListListenersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::ListListenersRequest
- Defined in:
- gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return.
-
#next_token ⇒ String
A pagination token for the next page of results.
-
#service_identifier ⇒ String
The ID or ARN of the service.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return.
2910 2911 2912 2913 2914 2915 2916 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2910 class ListListenersRequest < Struct.new( :max_results, :next_token, :service_identifier) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token for the next page of results.
2910 2911 2912 2913 2914 2915 2916 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2910 class ListListenersRequest < Struct.new( :max_results, :next_token, :service_identifier) SENSITIVE = [] include Aws::Structure end |
#service_identifier ⇒ String
The ID or ARN of the service.
2910 2911 2912 2913 2914 2915 2916 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2910 class ListListenersRequest < Struct.new( :max_results, :next_token, :service_identifier) SENSITIVE = [] include Aws::Structure end |