Class: Aws::CloudWatchEvents::Types::ListRulesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvents::Types::ListRulesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevents/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.
2606 2607 2608 2609 2610 2611 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 2606 class ListRulesResponse < Struct.new( :rules, :next_token) SENSITIVE = [] include Aws::Structure end |
#rules ⇒ Array<Types::Rule>
The rules that match the specified criteria.
2606 2607 2608 2609 2610 2611 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 2606 class ListRulesResponse < Struct.new( :rules, :next_token) SENSITIVE = [] include Aws::Structure end |