Class: Aws::Connect::Types::ListRulesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ListRulesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
-
#rule_summary_list ⇒ Array<Types::RuleSummary>
Summary information about a rule.
Instance Attribute Details
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
13805 13806 13807 13808 13809 13810 |
# File 'lib/aws-sdk-connect/types.rb', line 13805 class ListRulesResponse < Struct.new( :rule_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#rule_summary_list ⇒ Array<Types::RuleSummary>
Summary information about a rule.
13805 13806 13807 13808 13809 13810 |
# File 'lib/aws-sdk-connect/types.rb', line 13805 class ListRulesResponse < Struct.new( :rule_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |