Class: Aws::Types::RepositoryMetadata

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


1807
1808
1809
# File 'sig/types.rbs', line 1807

def 
  @account_id
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1809
1810
1811
# File 'sig/types.rbs', line 1809

def repository_name
  @repository_name
end