Class: Aws::CloudWatchEvents::Types::ListRulesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

Indicates whether there are additional results to retrieve. If there are no more results, the value is null.

Returns:

  • (String)


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

#rulesArray<Types::Rule>

The rules that match the specified criteria.

Returns:



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