Class: Aws::Types::CodeRepositoryDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code_security_integration_arn::String

Returns the value of attribute code_security_integration_arn.

Returns:

  • (::String)


4966
4967
4968
# File 'sig/types.rbs', line 4966

def code_security_integration_arn
  @code_security_integration_arn
end

#project_name::String

Returns the value of attribute project_name.

Returns:

  • (::String)


4965
4966
4967
# File 'sig/types.rbs', line 4965

def project_name
  @project_name
end

#provider_type::String

Returns the value of attribute provider_type.

Returns:

  • (::String)


4964
4965
4966
# File 'sig/types.rbs', line 4964

def provider_type
  @provider_type
end