Class: Aws::Glue::Types::SourceControlDetails

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

Overview

The details for a source control configuration for a job, allowing synchronization of job artifacts to or from a remote repository.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auth_strategyString

The type of authentication, which can be an authentication token stored in Amazon Web Services Secrets Manager, or a personal access token.

Returns:

  • (String)


19557
19558
19559
19560
19561
19562
19563
19564
19565
19566
19567
19568
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 19557

class SourceControlDetails < Struct.new(
  :provider,
  :repository,
  :owner,
  :branch,
  :folder,
  :last_commit_id,
  :auth_strategy,
  :auth_token)
  SENSITIVE = []
  include Aws::Structure
end

#auth_tokenString

The value of an authorization token.

Returns:

  • (String)


19557
19558
19559
19560
19561
19562
19563
19564
19565
19566
19567
19568
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 19557

class SourceControlDetails < Struct.new(
  :provider,
  :repository,
  :owner,
  :branch,
  :folder,
  :last_commit_id,
  :auth_strategy,
  :auth_token)
  SENSITIVE = []
  include Aws::Structure
end

#branchString

An optional branch in the remote repository.

Returns:

  • (String)


19557
19558
19559
19560
19561
19562
19563
19564
19565
19566
19567
19568
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 19557

class SourceControlDetails < Struct.new(
  :provider,
  :repository,
  :owner,
  :branch,
  :folder,
  :last_commit_id,
  :auth_strategy,
  :auth_token)
  SENSITIVE = []
  include Aws::Structure
end

#folderString

An optional folder in the remote repository.

Returns:

  • (String)


19557
19558
19559
19560
19561
19562
19563
19564
19565
19566
19567
19568
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 19557

class SourceControlDetails < Struct.new(
  :provider,
  :repository,
  :owner,
  :branch,
  :folder,
  :last_commit_id,
  :auth_strategy,
  :auth_token)
  SENSITIVE = []
  include Aws::Structure
end

#last_commit_idString

The last commit ID for a commit in the remote repository.

Returns:

  • (String)


19557
19558
19559
19560
19561
19562
19563
19564
19565
19566
19567
19568
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 19557

class SourceControlDetails < Struct.new(
  :provider,
  :repository,
  :owner,
  :branch,
  :folder,
  :last_commit_id,
  :auth_strategy,
  :auth_token)
  SENSITIVE = []
  include Aws::Structure
end

#ownerString

The owner of the remote repository that contains the job artifacts.

Returns:

  • (String)


19557
19558
19559
19560
19561
19562
19563
19564
19565
19566
19567
19568
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 19557

class SourceControlDetails < Struct.new(
  :provider,
  :repository,
  :owner,
  :branch,
  :folder,
  :last_commit_id,
  :auth_strategy,
  :auth_token)
  SENSITIVE = []
  include Aws::Structure
end

#providerString

The provider for the remote repository.

Returns:

  • (String)


19557
19558
19559
19560
19561
19562
19563
19564
19565
19566
19567
19568
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 19557

class SourceControlDetails < Struct.new(
  :provider,
  :repository,
  :owner,
  :branch,
  :folder,
  :last_commit_id,
  :auth_strategy,
  :auth_token)
  SENSITIVE = []
  include Aws::Structure
end

#repositoryString

The name of the remote repository that contains the job artifacts.

Returns:

  • (String)


19557
19558
19559
19560
19561
19562
19563
19564
19565
19566
19567
19568
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 19557

class SourceControlDetails < Struct.new(
  :provider,
  :repository,
  :owner,
  :branch,
  :folder,
  :last_commit_id,
  :auth_strategy,
  :auth_token)
  SENSITIVE = []
  include Aws::Structure
end