Class: Aws::DataZone::Types::GitMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::GitMetadata
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
The Git metadata for a notebook sync operation in Amazon SageMaker Unified Studio. Contains information about the Git repository, branch, and commit associated with the notebook.
Constant Summary collapse
- SENSITIVE =
[:repository, :branch, :commit_message]
Instance Attribute Summary collapse
-
#branch ⇒ String
The name of the Git branch.
-
#commit_hash ⇒ String
The commit hash in the Git repository.
-
#commit_message ⇒ String
The commit message associated with the Git commit.
-
#committed_at ⇒ Time
The timestamp of when the commit was made.
-
#connection_id ⇒ String
The identifier of the Git connection.
-
#file_name ⇒ String
The name of the file in the Git repository.
-
#repository ⇒ String
The name of the Git repository.
Instance Attribute Details
#branch ⇒ String
The name of the Git branch.
12453 12454 12455 12456 12457 12458 12459 12460 12461 12462 12463 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12453 class GitMetadata < Struct.new( :connection_id, :repository, :branch, :commit_hash, :file_name, :committed_at, :commit_message) SENSITIVE = [:repository, :branch, :commit_message] include Aws::Structure end |
#commit_hash ⇒ String
The commit hash in the Git repository.
12453 12454 12455 12456 12457 12458 12459 12460 12461 12462 12463 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12453 class GitMetadata < Struct.new( :connection_id, :repository, :branch, :commit_hash, :file_name, :committed_at, :commit_message) SENSITIVE = [:repository, :branch, :commit_message] include Aws::Structure end |
#commit_message ⇒ String
The commit message associated with the Git commit.
12453 12454 12455 12456 12457 12458 12459 12460 12461 12462 12463 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12453 class GitMetadata < Struct.new( :connection_id, :repository, :branch, :commit_hash, :file_name, :committed_at, :commit_message) SENSITIVE = [:repository, :branch, :commit_message] include Aws::Structure end |
#committed_at ⇒ Time
The timestamp of when the commit was made.
12453 12454 12455 12456 12457 12458 12459 12460 12461 12462 12463 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12453 class GitMetadata < Struct.new( :connection_id, :repository, :branch, :commit_hash, :file_name, :committed_at, :commit_message) SENSITIVE = [:repository, :branch, :commit_message] include Aws::Structure end |
#connection_id ⇒ String
The identifier of the Git connection.
12453 12454 12455 12456 12457 12458 12459 12460 12461 12462 12463 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12453 class GitMetadata < Struct.new( :connection_id, :repository, :branch, :commit_hash, :file_name, :committed_at, :commit_message) SENSITIVE = [:repository, :branch, :commit_message] include Aws::Structure end |
#file_name ⇒ String
The name of the file in the Git repository.
12453 12454 12455 12456 12457 12458 12459 12460 12461 12462 12463 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12453 class GitMetadata < Struct.new( :connection_id, :repository, :branch, :commit_hash, :file_name, :committed_at, :commit_message) SENSITIVE = [:repository, :branch, :commit_message] include Aws::Structure end |
#repository ⇒ String
The name of the Git repository.
12453 12454 12455 12456 12457 12458 12459 12460 12461 12462 12463 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12453 class GitMetadata < Struct.new( :connection_id, :repository, :branch, :commit_hash, :file_name, :committed_at, :commit_message) SENSITIVE = [:repository, :branch, :commit_message] include Aws::Structure end |