Class: Aws::Types::RepositoryMetadata
- Inherits:
-
Object
- Object
- Aws::Types::RepositoryMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#clone_url_http ⇒ ::String
Returns the value of attribute clone_url_http.
-
#clone_url_ssh ⇒ ::String
Returns the value of attribute clone_url_ssh.
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#default_branch ⇒ ::String
Returns the value of attribute default_branch.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
-
#repository_description ⇒ ::String
Returns the value of attribute repository_description.
-
#repository_id ⇒ ::String
Returns the value of attribute repository_id.
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
1807 1808 1809 |
# File 'sig/types.rbs', line 1807 def account_id @account_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
1816 1817 1818 |
# File 'sig/types.rbs', line 1816 def arn @arn end |
#clone_url_http ⇒ ::String
Returns the value of attribute clone_url_http.
1814 1815 1816 |
# File 'sig/types.rbs', line 1814 def clone_url_http @clone_url_http end |
#clone_url_ssh ⇒ ::String
Returns the value of attribute clone_url_ssh.
1815 1816 1817 |
# File 'sig/types.rbs', line 1815 def clone_url_ssh @clone_url_ssh end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
1813 1814 1815 |
# File 'sig/types.rbs', line 1813 def creation_date @creation_date end |
#default_branch ⇒ ::String
Returns the value of attribute default_branch.
1811 1812 1813 |
# File 'sig/types.rbs', line 1811 def default_branch @default_branch end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
1817 1818 1819 |
# File 'sig/types.rbs', line 1817 def kms_key_id @kms_key_id end |
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
1812 1813 1814 |
# File 'sig/types.rbs', line 1812 def last_modified_date @last_modified_date end |
#repository_description ⇒ ::String
Returns the value of attribute repository_description.
1810 1811 1812 |
# File 'sig/types.rbs', line 1810 def repository_description @repository_description end |
#repository_id ⇒ ::String
Returns the value of attribute repository_id.
1808 1809 1810 |
# File 'sig/types.rbs', line 1808 def repository_id @repository_id end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
1809 1810 1811 |
# File 'sig/types.rbs', line 1809 def repository_name @repository_name end |