Class: Aws::DataZone::Types::GitPropertiesOutput

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

Overview

The properties of a Git connection returned by get and list operations, including connection status and any error details.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#code_connection_arnString

The ARN of the CodeConnections connection used to connect to the Git repository.

Returns:

  • (String)


12613
12614
12615
12616
12617
12618
12619
12620
12621
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12613

class GitPropertiesOutput < Struct.new(
  :code_connection_arn,
  :repository_id,
  :default_branch,
  :status,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#default_branchString

The default branch of the Git repository.

Returns:

  • (String)


12613
12614
12615
12616
12617
12618
12619
12620
12621
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12613

class GitPropertiesOutput < Struct.new(
  :code_connection_arn,
  :repository_id,
  :default_branch,
  :status,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

The error message that describes why the Git connection failed. This member is populated when the connection status is CREATE_FAILED or UPDATE_FAILED.

Returns:

  • (String)


12613
12614
12615
12616
12617
12618
12619
12620
12621
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12613

class GitPropertiesOutput < Struct.new(
  :code_connection_arn,
  :repository_id,
  :default_branch,
  :status,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#repository_idString

The ID of the Git repository. This is the owner and repository name, for example, owner/repo-name.

Returns:

  • (String)


12613
12614
12615
12616
12617
12618
12619
12620
12621
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12613

class GitPropertiesOutput < Struct.new(
  :code_connection_arn,
  :repository_id,
  :default_branch,
  :status,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the Git connection.

Returns:

  • (String)


12613
12614
12615
12616
12617
12618
12619
12620
12621
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12613

class GitPropertiesOutput < Struct.new(
  :code_connection_arn,
  :repository_id,
  :default_branch,
  :status,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end