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:

  • (::String)


1650
1651
1652
# File 'sig/types.rbs', line 1650

def code_repository_arn
  @code_repository_arn
end

#code_repository_name::String

Returns the value of attribute code_repository_name.

Returns:

  • (::String)


1649
1650
1651
# File 'sig/types.rbs', line 1649

def code_repository_name
  @code_repository_name
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


1651
1652
1653
# File 'sig/types.rbs', line 1651

def creation_time
  @creation_time
end

#git_configTypes::GitConfig

Returns the value of attribute git_config.

Returns:



1653
1654
1655
# File 'sig/types.rbs', line 1653

def git_config
  @git_config
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


1652
1653
1654
# File 'sig/types.rbs', line 1652

def last_modified_time
  @last_modified_time
end