Class: Aws::VPCLattice::Types::ListRulesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::ListRulesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-vpclattice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#listener_identifier ⇒ String
The ID or Amazon Resource Name (ARN) of the listener.
-
#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 Amazon Resource Name (ARN) of the service.
Instance Attribute Details
#listener_identifier ⇒ String
The ID or Amazon Resource Name (ARN) of the listener.
2123 2124 2125 2126 2127 2128 2129 2130 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 2123 class ListRulesRequest < Struct.new( :listener_identifier, :max_results, :next_token, :service_identifier) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return.
2123 2124 2125 2126 2127 2128 2129 2130 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 2123 class ListRulesRequest < Struct.new( :listener_identifier, :max_results, :next_token, :service_identifier) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token for the next page of results.
2123 2124 2125 2126 2127 2128 2129 2130 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 2123 class ListRulesRequest < Struct.new( :listener_identifier, :max_results, :next_token, :service_identifier) SENSITIVE = [] include Aws::Structure end |
#service_identifier ⇒ String
The ID or Amazon Resource Name (ARN) of the service.
2123 2124 2125 2126 2127 2128 2129 2130 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 2123 class ListRulesRequest < Struct.new( :listener_identifier, :max_results, :next_token, :service_identifier) SENSITIVE = [] include Aws::Structure end |