Class: Aws::CodeCommit::Types::ListAssociatedApprovalRuleTemplatesForRepositoryOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::ListAssociatedApprovalRuleTemplatesForRepositoryOutput
- Defined in:
- gems/aws-sdk-codecommit/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 approval rule templates associated with the repository.
-
#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 approval rule templates associated with the repository.
4167 4168 4169 4170 4171 4172 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 4167 class ListAssociatedApprovalRuleTemplatesForRepositoryOutput < 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.
4167 4168 4169 4170 4171 4172 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 4167 class ListAssociatedApprovalRuleTemplatesForRepositoryOutput < Struct.new( :approval_rule_template_names, :next_token) SENSITIVE = [] include Aws::Structure end |