Class: Aws::CodeCommit::Types::RepositoryMetadata

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

Overview

Information about a repository.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The ID of the Amazon Web Services account associated with the repository.

Returns:

  • (String)


6277
6278
6279
6280
6281
6282
6283
6284
6285
6286
6287
6288
6289
6290
6291
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 6277

class RepositoryMetadata < Struct.new(
  :account_id,
  :repository_id,
  :repository_name,
  :repository_description,
  :default_branch,
  :last_modified_date,
  :creation_date,
  :clone_url_http,
  :clone_url_ssh,
  :arn,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

The Amazon Resource Name (ARN) of the repository.

Returns:

  • (String)


6277
6278
6279
6280
6281
6282
6283
6284
6285
6286
6287
6288
6289
6290
6291
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 6277

class RepositoryMetadata < Struct.new(
  :account_id,
  :repository_id,
  :repository_name,
  :repository_description,
  :default_branch,
  :last_modified_date,
  :creation_date,
  :clone_url_http,
  :clone_url_ssh,
  :arn,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#clone_url_httpString

The URL to use for cloning the repository over HTTPS.

Returns:

  • (String)


6277
6278
6279
6280
6281
6282
6283
6284
6285
6286
6287
6288
6289
6290
6291
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 6277

class RepositoryMetadata < Struct.new(
  :account_id,
  :repository_id,
  :repository_name,
  :repository_description,
  :default_branch,
  :last_modified_date,
  :creation_date,
  :clone_url_http,
  :clone_url_ssh,
  :arn,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#clone_url_sshString

The URL to use for cloning the repository over SSH.

Returns:

  • (String)


6277
6278
6279
6280
6281
6282
6283
6284
6285
6286
6287
6288
6289
6290
6291
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 6277

class RepositoryMetadata < Struct.new(
  :account_id,
  :repository_id,
  :repository_name,
  :repository_description,
  :default_branch,
  :last_modified_date,
  :creation_date,
  :clone_url_http,
  :clone_url_ssh,
  :arn,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#creation_dateTime

The date and time the repository was created, in timestamp format.

Returns:

  • (Time)


6277
6278
6279
6280
6281
6282
6283
6284
6285
6286
6287
6288
6289
6290
6291
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 6277

class RepositoryMetadata < Struct.new(
  :account_id,
  :repository_id,
  :repository_name,
  :repository_description,
  :default_branch,
  :last_modified_date,
  :creation_date,
  :clone_url_http,
  :clone_url_ssh,
  :arn,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#default_branchString

The repository's default branch name.

Returns:

  • (String)


6277
6278
6279
6280
6281
6282
6283
6284
6285
6286
6287
6288
6289
6290
6291
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 6277

class RepositoryMetadata < Struct.new(
  :account_id,
  :repository_id,
  :repository_name,
  :repository_description,
  :default_branch,
  :last_modified_date,
  :creation_date,
  :clone_url_http,
  :clone_url_ssh,
  :arn,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#kms_key_idString

The ID of the Key Management Service encryption key used to encrypt and decrypt the repository.

Returns:

  • (String)


6277
6278
6279
6280
6281
6282
6283
6284
6285
6286
6287
6288
6289
6290
6291
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 6277

class RepositoryMetadata < Struct.new(
  :account_id,
  :repository_id,
  :repository_name,
  :repository_description,
  :default_branch,
  :last_modified_date,
  :creation_date,
  :clone_url_http,
  :clone_url_ssh,
  :arn,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_dateTime

The date and time the repository was last modified, in timestamp format.

Returns:

  • (Time)


6277
6278
6279
6280
6281
6282
6283
6284
6285
6286
6287
6288
6289
6290
6291
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 6277

class RepositoryMetadata < Struct.new(
  :account_id,
  :repository_id,
  :repository_name,
  :repository_description,
  :default_branch,
  :last_modified_date,
  :creation_date,
  :clone_url_http,
  :clone_url_ssh,
  :arn,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#repository_descriptionString

A comment or description about the repository.

Returns:

  • (String)


6277
6278
6279
6280
6281
6282
6283
6284
6285
6286
6287
6288
6289
6290
6291
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 6277

class RepositoryMetadata < Struct.new(
  :account_id,
  :repository_id,
  :repository_name,
  :repository_description,
  :default_branch,
  :last_modified_date,
  :creation_date,
  :clone_url_http,
  :clone_url_ssh,
  :arn,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#repository_idString

The ID of the repository.

Returns:

  • (String)


6277
6278
6279
6280
6281
6282
6283
6284
6285
6286
6287
6288
6289
6290
6291
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 6277

class RepositoryMetadata < Struct.new(
  :account_id,
  :repository_id,
  :repository_name,
  :repository_description,
  :default_branch,
  :last_modified_date,
  :creation_date,
  :clone_url_http,
  :clone_url_ssh,
  :arn,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#repository_nameString

The repository's name.

Returns:

  • (String)


6277
6278
6279
6280
6281
6282
6283
6284
6285
6286
6287
6288
6289
6290
6291
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 6277

class RepositoryMetadata < Struct.new(
  :account_id,
  :repository_id,
  :repository_name,
  :repository_description,
  :default_branch,
  :last_modified_date,
  :creation_date,
  :clone_url_http,
  :clone_url_ssh,
  :arn,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end