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 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 ARN of the service.
Instance Attribute Details
#listener_identifier ⇒ String
The ID or ARN of the listener.
3091 3092 3093 3094 3095 3096 3097 3098 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3091 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.
3091 3092 3093 3094 3095 3096 3097 3098 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3091 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.
3091 3092 3093 3094 3095 3096 3097 3098 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3091 class ListRulesRequest < Struct.new( :listener_identifier, :max_results, :next_token, :service_identifier) SENSITIVE = [] include Aws::Structure end |
#service_identifier ⇒ String
The ID or ARN of the service.
3091 3092 3093 3094 3095 3096 3097 3098 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3091 class ListRulesRequest < Struct.new( :listener_identifier, :max_results, :next_token, :service_identifier) SENSITIVE = [] include Aws::Structure end |