Class: Aws::DataZone::Types::GitPropertiesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::GitPropertiesInput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Contains the Git connection properties that you specify when creating a Git connection.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code_connection_arn ⇒ String
The ARN of the CodeConnections connection used to connect to the Git repository.
-
#default_branch ⇒ String
The default branch of the Git repository.
-
#repository_id ⇒ String
The ID of the Git repository.
Instance Attribute Details
#code_connection_arn ⇒ String
The ARN of the CodeConnections connection used to connect to the Git repository.
12576 12577 12578 12579 12580 12581 12582 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12576 class GitPropertiesInput < Struct.new( :code_connection_arn, :repository_id, :default_branch) SENSITIVE = [] include Aws::Structure end |
#default_branch ⇒ String
The default branch of the Git repository.
12576 12577 12578 12579 12580 12581 12582 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12576 class GitPropertiesInput < Struct.new( :code_connection_arn, :repository_id, :default_branch) SENSITIVE = [] include Aws::Structure end |
#repository_id ⇒ String
The ID of the Git repository. This is the owner and repository name, for example, owner/repo-name.
12576 12577 12578 12579 12580 12581 12582 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12576 class GitPropertiesInput < Struct.new( :code_connection_arn, :repository_id, :default_branch) SENSITIVE = [] include Aws::Structure end |