Class: Aws::CodeCommit::Types::ListAssociatedApprovalRuleTemplatesForRepositoryInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::ListAssociatedApprovalRuleTemplatesForRepositoryInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecommit/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
A non-zero, non-negative integer used to limit the number of returned results.
-
#next_token ⇒ String
An enumeration token that, when provided in a request, returns the next batch of the results.
-
#repository_name ⇒ String
The name of the repository for which you want to list all associated approval rule templates.
Instance Attribute Details
#max_results ⇒ Integer
A non-zero, non-negative integer used to limit the number of returned results.
4147 4148 4149 4150 4151 4152 4153 |
# File 'lib/aws-sdk-codecommit/types.rb', line 4147 class ListAssociatedApprovalRuleTemplatesForRepositoryInput < Struct.new( :repository_name, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
An enumeration token that, when provided in a request, returns the next batch of the results.
4147 4148 4149 4150 4151 4152 4153 |
# File 'lib/aws-sdk-codecommit/types.rb', line 4147 class ListAssociatedApprovalRuleTemplatesForRepositoryInput < Struct.new( :repository_name, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#repository_name ⇒ String
The name of the repository for which you want to list all associated approval rule templates.
4147 4148 4149 4150 4151 4152 4153 |
# File 'lib/aws-sdk-codecommit/types.rb', line 4147 class ListAssociatedApprovalRuleTemplatesForRepositoryInput < Struct.new( :repository_name, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |