Class: Aws::CodeConnections::Types::Revision
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeConnections::Types::Revision
- Defined in:
- gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/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
-
#branch ⇒ String
The branch name for a specific revision.
-
#directory ⇒ String
The directory, if any, for a specific revision.
-
#owner_id ⇒ String
The owner ID for a specific revision, such as the GitHub owner ID for a GitHub repository.
-
#provider_type ⇒ String
The provider type for a revision, such as GitHub.
-
#repository_name ⇒ String
The repository name for a specific revision.
-
#sha ⇒ String
The SHA, such as the commit ID, for a specific revision.
Instance Attribute Details
#branch ⇒ String
The branch name for a specific revision.
1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 |
# File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 1325 class Revision < Struct.new( :branch, :directory, :owner_id, :repository_name, :provider_type, :sha) SENSITIVE = [] include Aws::Structure end |
#directory ⇒ String
The directory, if any, for a specific revision.
1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 |
# File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 1325 class Revision < Struct.new( :branch, :directory, :owner_id, :repository_name, :provider_type, :sha) SENSITIVE = [] include Aws::Structure end |
#owner_id ⇒ String
The owner ID for a specific revision, such as the GitHub owner ID for a GitHub repository.
1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 |
# File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 1325 class Revision < Struct.new( :branch, :directory, :owner_id, :repository_name, :provider_type, :sha) SENSITIVE = [] include Aws::Structure end |
#provider_type ⇒ String
The provider type for a revision, such as GitHub.
1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 |
# File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 1325 class Revision < Struct.new( :branch, :directory, :owner_id, :repository_name, :provider_type, :sha) SENSITIVE = [] include Aws::Structure end |
#repository_name ⇒ String
The repository name for a specific revision.
1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 |
# File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 1325 class Revision < Struct.new( :branch, :directory, :owner_id, :repository_name, :provider_type, :sha) SENSITIVE = [] include Aws::Structure end |
#sha ⇒ String
The SHA, such as the commit ID, for a specific revision.
1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 |
# File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 1325 class Revision < Struct.new( :branch, :directory, :owner_id, :repository_name, :provider_type, :sha) SENSITIVE = [] include Aws::Structure end |