Class: Aws::CodeStarconnections::Types::Revision

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

Overview

Information about the revision for a specific sync event, such as the branch, owner ID, and name of the repository.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#branchString

The branch name for a specific revision.

Returns:

  • (String)


1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 1319

class Revision < Struct.new(
  :branch,
  :directory,
  :owner_id,
  :repository_name,
  :provider_type,
  :sha)
  SENSITIVE = []
  include Aws::Structure
end

#directoryString

The directory, if any, for a specific revision.

Returns:

  • (String)


1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 1319

class Revision < Struct.new(
  :branch,
  :directory,
  :owner_id,
  :repository_name,
  :provider_type,
  :sha)
  SENSITIVE = []
  include Aws::Structure
end

#owner_idString

The owner ID for a specific revision, such as the GitHub owner ID for a GitHub repository.

Returns:

  • (String)


1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 1319

class Revision < Struct.new(
  :branch,
  :directory,
  :owner_id,
  :repository_name,
  :provider_type,
  :sha)
  SENSITIVE = []
  include Aws::Structure
end

#provider_typeString

The provider type for a revision, such as GitHub.

Returns:

  • (String)


1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 1319

class Revision < Struct.new(
  :branch,
  :directory,
  :owner_id,
  :repository_name,
  :provider_type,
  :sha)
  SENSITIVE = []
  include Aws::Structure
end

#repository_nameString

The repository name for a specific revision.

Returns:

  • (String)


1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 1319

class Revision < Struct.new(
  :branch,
  :directory,
  :owner_id,
  :repository_name,
  :provider_type,
  :sha)
  SENSITIVE = []
  include Aws::Structure
end

#shaString

The SHA, such as the commit ID, for a specific revision.

Returns:

  • (String)


1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 1319

class Revision < Struct.new(
  :branch,
  :directory,
  :owner_id,
  :repository_name,
  :provider_type,
  :sha)
  SENSITIVE = []
  include Aws::Structure
end