Class: Aws::EventBridge::Types::ListRulesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridge::Types::ListRulesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eventbridge/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
Indicates whether there are additional results to retrieve.
-
#rules ⇒ Array<Types::Rule>
The rules that match the specified criteria.
Instance Attribute Details
#next_token ⇒ String
Indicates whether there are additional results to retrieve. If there are no more results, the value is null.
3157 3158 3159 3160 3161 3162 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 3157 class ListRulesResponse < Struct.new( :rules, :next_token) SENSITIVE = [] include Aws::Structure end |
#rules ⇒ Array<Types::Rule>
The rules that match the specified criteria.
3157 3158 3159 3160 3161 3162 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 3157 class ListRulesResponse < Struct.new( :rules, :next_token) SENSITIVE = [] include Aws::Structure end |