Class: Aws::CodeCommit::Types::GetDifferencesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::GetDifferencesOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecommit/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#differences ⇒ Array<Types::Difference>
A data type object that contains information about the differences, including whether the difference is added, modified, or deleted (A, D, M).
-
#next_token ⇒ String
An enumeration token that can be used in a request to return the next batch of the results.
Instance Attribute Details
#differences ⇒ Array<Types::Difference>
A data type object that contains information about the differences, including whether the difference is added, modified, or deleted (A, D, M).
3046 3047 3048 3049 3050 3051 |
# File 'lib/aws-sdk-codecommit/types.rb', line 3046 class GetDifferencesOutput < Struct.new( :differences, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
An enumeration token that can be used in a request to return the next batch of the results.
3046 3047 3048 3049 3050 3051 |
# File 'lib/aws-sdk-codecommit/types.rb', line 3046 class GetDifferencesOutput < Struct.new( :differences, :next_token) SENSITIVE = [] include Aws::Structure end |