Class: Aws::CodeCommit::Types::RepositoryMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::RepositoryMetadata
- 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
-
#account_id ⇒ String
The ID of the AWS account associated with the repository.
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the repository.
-
#clone_url_http ⇒ String
The URL to use for cloning the repository over HTTPS.
-
#clone_url_ssh ⇒ String
The URL to use for cloning the repository over SSH.
-
#creation_date ⇒ Time
The date and time the repository was created, in timestamp format.
-
#default_branch ⇒ String
The repository's default branch name.
-
#last_modified_date ⇒ Time
The date and time the repository was last modified, in timestamp format.
-
#repository_description ⇒ String
A comment or description about the repository.
-
#repository_id ⇒ String
The ID of the repository.
-
#repository_name ⇒ String
The repository's name.
Instance Attribute Details
#account_id ⇒ String
The ID of the AWS account associated with the repository.
6097 6098 6099 6100 6101 6102 6103 6104 6105 6106 6107 6108 6109 6110 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 6097 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) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Name (ARN) of the repository.
6097 6098 6099 6100 6101 6102 6103 6104 6105 6106 6107 6108 6109 6110 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 6097 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) SENSITIVE = [] include Aws::Structure end |
#clone_url_http ⇒ String
The URL to use for cloning the repository over HTTPS.
6097 6098 6099 6100 6101 6102 6103 6104 6105 6106 6107 6108 6109 6110 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 6097 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) SENSITIVE = [] include Aws::Structure end |
#clone_url_ssh ⇒ String
The URL to use for cloning the repository over SSH.
6097 6098 6099 6100 6101 6102 6103 6104 6105 6106 6107 6108 6109 6110 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 6097 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) SENSITIVE = [] include Aws::Structure end |
#creation_date ⇒ Time
The date and time the repository was created, in timestamp format.
6097 6098 6099 6100 6101 6102 6103 6104 6105 6106 6107 6108 6109 6110 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 6097 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) SENSITIVE = [] include Aws::Structure end |
#default_branch ⇒ String
The repository's default branch name.
6097 6098 6099 6100 6101 6102 6103 6104 6105 6106 6107 6108 6109 6110 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 6097 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) SENSITIVE = [] include Aws::Structure end |
#last_modified_date ⇒ Time
The date and time the repository was last modified, in timestamp format.
6097 6098 6099 6100 6101 6102 6103 6104 6105 6106 6107 6108 6109 6110 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 6097 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) SENSITIVE = [] include Aws::Structure end |
#repository_description ⇒ String
A comment or description about the repository.
6097 6098 6099 6100 6101 6102 6103 6104 6105 6106 6107 6108 6109 6110 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 6097 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) SENSITIVE = [] include Aws::Structure end |
#repository_id ⇒ String
The ID of the repository.
6097 6098 6099 6100 6101 6102 6103 6104 6105 6106 6107 6108 6109 6110 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 6097 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) SENSITIVE = [] include Aws::Structure end |
#repository_name ⇒ String
The repository's name.
6097 6098 6099 6100 6101 6102 6103 6104 6105 6106 6107 6108 6109 6110 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 6097 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) SENSITIVE = [] include Aws::Structure end |