Class: Aws::CodeCommit::Types::ListApprovalRuleTemplatesInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

A non-zero, non-negative integer used to limit the number of returned results.

Returns:

  • (Integer)


4106
4107
4108
4109
4110
4111
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 4106

class ListApprovalRuleTemplatesInput < Struct.new(
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

An enumeration token that, when provided in a request, returns the next batch of the results.

Returns:

  • (String)


4106
4107
4108
4109
4110
4111
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 4106

class ListApprovalRuleTemplatesInput < Struct.new(
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end