Class: Aws::Types::CodeRepositorySummary

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#code_repository_arn::String

Returns the value of attribute code_repository_arn.

Returns:



1665
1666
1667
# File 'sig/types.rbs', line 1665

def code_repository_arn
  @code_repository_arn
end

#code_repository_name::String

Returns the value of attribute code_repository_name.

Returns:



1664
1665
1666
# File 'sig/types.rbs', line 1664

def code_repository_name
  @code_repository_name
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:



1666
1667
1668
# File 'sig/types.rbs', line 1666

def creation_time
  @creation_time
end

#git_configTypes::GitConfig

Returns the value of attribute git_config.

Returns:



1668
1669
1670
# File 'sig/types.rbs', line 1668

def git_config
  @git_config
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:



1667
1668
1669
# File 'sig/types.rbs', line 1667

def last_modified_time
  @last_modified_time
end