Class: Aws::VPCLattice::Types::ListRulesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::ListRulesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-vpclattice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::RuleSummary>
Information about the rules.
-
#next_token ⇒ String
If there are additional results, a pagination token for the next page of results.
Instance Attribute Details
#items ⇒ Array<Types::RuleSummary>
Information about the rules.
2143 2144 2145 2146 2147 2148 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 2143 class ListRulesResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If there are additional results, a pagination token for the next page of results.
2143 2144 2145 2146 2147 2148 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 2143 class ListRulesResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |