Class: Aws::Types::DescribeCodeRepositoryOutput

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)


4004
4005
4006
# File 'sig/types.rbs', line 4004

def code_repository_arn
  @code_repository_arn
end

#code_repository_name::String

Returns the value of attribute code_repository_name.

Returns:

  • (::String)


4003
4004
4005
# File 'sig/types.rbs', line 4003

def code_repository_name
  @code_repository_name
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


4005
4006
4007
# File 'sig/types.rbs', line 4005

def creation_time
  @creation_time
end

#git_configTypes::GitConfig

Returns the value of attribute git_config.

Returns:



4007
4008
4009
# File 'sig/types.rbs', line 4007

def git_config
  @git_config
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


4006
4007
4008
# File 'sig/types.rbs', line 4006

def last_modified_time
  @last_modified_time
end