Class: Aws::VPCLattice::Types::ListRulesResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-vpclattice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::RuleSummary>

Information about the rules.

Returns:



3111
3112
3113
3114
3115
3116
# File 'lib/aws-sdk-vpclattice/types.rb', line 3111

class ListRulesResponse < Struct.new(
  :items,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If there are additional results, a pagination token for the next page of results.

Returns:

  • (String)


3111
3112
3113
3114
3115
3116
# File 'lib/aws-sdk-vpclattice/types.rb', line 3111

class ListRulesResponse < Struct.new(
  :items,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end