Class: Aws::Types::ServerlessFunctionAggregationResponse
- Inherits:
-
Object
- Object
- Aws::Types::ServerlessFunctionAggregationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#cloud_account_id ⇒ ::String
Returns the value of attribute cloud_account_id.
-
#cloud_org_id ⇒ ::String
Returns the value of attribute cloud_org_id.
-
#cloud_partition ⇒ ::String
Returns the value of attribute cloud_partition.
-
#cloud_provider ⇒ "AWS", "AZURE"
Returns the value of attribute cloud_provider.
-
#cloud_region ⇒ ::String
Returns the value of attribute cloud_region.
-
#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.
-
#function_name ⇒ ::String
Returns the value of attribute function_name.
-
#last_modified_at ⇒ ::Time
Returns the value of attribute last_modified_at.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#runtime ⇒ ::String
Returns the value of attribute runtime.
-
#severity_counts ⇒ Types::SeverityCounts
Returns the value of attribute severity_counts.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
2608 2609 2610 |
# File 'sig/types.rbs', line 2608 def account_id @account_id end |
#cloud_account_id ⇒ ::String
Returns the value of attribute cloud_account_id.
2601 2602 2603 |
# File 'sig/types.rbs', line 2601 def cloud_account_id @cloud_account_id end |
#cloud_org_id ⇒ ::String
Returns the value of attribute cloud_org_id.
2604 2605 2606 |
# File 'sig/types.rbs', line 2604 def cloud_org_id @cloud_org_id end |
#cloud_partition ⇒ ::String
Returns the value of attribute cloud_partition.
2602 2603 2604 |
# File 'sig/types.rbs', line 2602 def cloud_partition @cloud_partition end |
#cloud_provider ⇒ "AWS", "AZURE"
Returns the value of attribute cloud_provider.
2600 2601 2602 |
# File 'sig/types.rbs', line 2600 def cloud_provider @cloud_provider end |
#cloud_region ⇒ ::String
Returns the value of attribute cloud_region.
2603 2604 2605 |
# File 'sig/types.rbs', line 2603 def cloud_region @cloud_region end |
#exploit_available_active_findings_count ⇒ ::Integer
Returns the value of attribute exploit_available_active_findings_count.
2611 2612 2613 |
# File 'sig/types.rbs', line 2611 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.
2612 2613 2614 |
# File 'sig/types.rbs', line 2612 def fix_available_active_findings_count @fix_available_active_findings_count end |
#function_name ⇒ ::String
Returns the value of attribute function_name.
2605 2606 2607 |
# File 'sig/types.rbs', line 2605 def function_name @function_name end |
#last_modified_at ⇒ ::Time
Returns the value of attribute last_modified_at.
2610 2611 2612 |
# File 'sig/types.rbs', line 2610 def last_modified_at @last_modified_at end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
2599 2600 2601 |
# File 'sig/types.rbs', line 2599 def resource_id @resource_id end |
#runtime ⇒ ::String
Returns the value of attribute runtime.
2606 2607 2608 |
# File 'sig/types.rbs', line 2606 def runtime @runtime end |
#severity_counts ⇒ Types::SeverityCounts
Returns the value of attribute severity_counts.
2609 2610 2611 |
# File 'sig/types.rbs', line 2609 def severity_counts @severity_counts end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
2607 2608 2609 |
# File 'sig/types.rbs', line 2607 def @tags end |