Class: Aws::Types::CodeRepositoryMetadata
- Inherits:
-
Object
- Object
- Aws::Types::CodeRepositoryMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#integration_arn ⇒ ::String
Returns the value of attribute integration_arn.
-
#last_scanned_commit_id ⇒ ::String
Returns the value of attribute last_scanned_commit_id.
-
#on_demand_scan ⇒ Types::CodeRepositoryOnDemandScan
Returns the value of attribute on_demand_scan.
-
#project_name ⇒ ::String
Returns the value of attribute project_name.
-
#provider_type ⇒ ::String
Returns the value of attribute provider_type.
-
#provider_type_visibility ⇒ ::String
Returns the value of attribute provider_type_visibility.
-
#scan_configuration ⇒ Types::ProjectCodeSecurityScanConfiguration
Returns the value of attribute scan_configuration.
Instance Attribute Details
#integration_arn ⇒ ::String
Returns the value of attribute integration_arn.
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.
689 690 691 |
# File 'sig/types.rbs', line 689 def last_scanned_commit_id @last_scanned_commit_id end |
#on_demand_scan ⇒ Types::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.
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.
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.
688 689 690 |
# File 'sig/types.rbs', line 688 def provider_type_visibility @provider_type_visibility end |
#scan_configuration ⇒ Types::ProjectCodeSecurityScanConfiguration
Returns the value of attribute scan_configuration.
690 691 692 |
# File 'sig/types.rbs', line 690 def scan_configuration @scan_configuration end |