Class: Aws::Types::CodeRepositoryAggregationResponse
- Inherits:
-
Object
- Object
- Aws::Types::CodeRepositoryAggregationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#exploit_available_active_findings_count ⇒ ::Integer
Returns the value of attribute exploit_available_active_findings_count.
-
#fix_available_active_findings_count ⇒ ::Integer
Returns the value of attribute fix_available_active_findings_count.
-
#project_names ⇒ ::String
Returns the value of attribute project_names.
-
#provider_type ⇒ ::String
Returns the value of attribute provider_type.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#severity_counts ⇒ Types::SeverityCounts
Returns the value of attribute severity_counts.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
672 673 674 |
# File 'sig/types.rbs', line 672 def account_id @account_id end |
#exploit_available_active_findings_count ⇒ ::Integer
Returns the value of attribute exploit_available_active_findings_count.
670 671 672 |
# File 'sig/types.rbs', line 670 def exploit_available_active_findings_count @exploit_available_active_findings_count end |
#fix_available_active_findings_count ⇒ ::Integer
Returns the value of attribute fix_available_active_findings_count.
671 672 673 |
# File 'sig/types.rbs', line 671 def fix_available_active_findings_count @fix_available_active_findings_count end |
#project_names ⇒ ::String
Returns the value of attribute project_names.
667 668 669 |
# File 'sig/types.rbs', line 667 def project_names @project_names end |
#provider_type ⇒ ::String
Returns the value of attribute provider_type.
668 669 670 |
# File 'sig/types.rbs', line 668 def provider_type @provider_type end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
673 674 675 |
# File 'sig/types.rbs', line 673 def resource_id @resource_id end |
#severity_counts ⇒ Types::SeverityCounts
Returns the value of attribute severity_counts.
669 670 671 |
# File 'sig/types.rbs', line 669 def severity_counts @severity_counts end |