Class: Aws::CodeCommit::Types::ListApprovalRuleTemplatesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::ListApprovalRuleTemplatesOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecommit/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#approval_rule_template_names ⇒ Array<String>
The names of all the approval rule templates found in the Amazon Web Services Region for your Amazon Web Services account.
-
#next_token ⇒ String
An enumeration token that allows the operation to batch the next results of the operation.
Instance Attribute Details
#approval_rule_template_names ⇒ Array<String>
The names of all the approval rule templates found in the Amazon Web Services Region for your Amazon Web Services account.
4123 4124 4125 4126 4127 4128 |
# File 'lib/aws-sdk-codecommit/types.rb', line 4123 class ListApprovalRuleTemplatesOutput < Struct.new( :approval_rule_template_names, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
An enumeration token that allows the operation to batch the next results of the operation.
4123 4124 4125 4126 4127 4128 |
# File 'lib/aws-sdk-codecommit/types.rb', line 4123 class ListApprovalRuleTemplatesOutput < Struct.new( :approval_rule_template_names, :next_token) SENSITIVE = [] include Aws::Structure end |