Class: Aws::Types::CodeRepositoryMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#integration_arn::String

Returns the value of attribute integration_arn.

Returns:

  • (::String)


686
687
688
# File 'sig/types.rbs', line 686

def integration_arn
  @integration_arn
end

#last_scanned_commit_id::String

Returns the value of attribute last_scanned_commit_id.

Returns:

  • (::String)


689
690
691
# File 'sig/types.rbs', line 689

def last_scanned_commit_id
  @last_scanned_commit_id
end

#on_demand_scanTypes::CodeRepositoryOnDemandScan

Returns the value of attribute on_demand_scan.



691
692
693
# File 'sig/types.rbs', line 691

def on_demand_scan
  @on_demand_scan
end

#project_name::String

Returns the value of attribute project_name.

Returns:

  • (::String)


685
686
687
# File 'sig/types.rbs', line 685

def project_name
  @project_name
end

#provider_type::String

Returns the value of attribute provider_type.

Returns:

  • (::String)


687
688
689
# File 'sig/types.rbs', line 687

def provider_type
  @provider_type
end

#provider_type_visibility::String

Returns the value of attribute provider_type_visibility.

Returns:

  • (::String)


688
689
690
# File 'sig/types.rbs', line 688

def provider_type_visibility
  @provider_type_visibility
end

#scan_configurationTypes::ProjectCodeSecurityScanConfiguration

Returns the value of attribute scan_configuration.



690
691
692
# File 'sig/types.rbs', line 690

def scan_configuration
  @scan_configuration
end