Class: Aws::Types::LambdaFunctionAggregationResponse
- Inherits:
-
Object
- Object
- Aws::Types::LambdaFunctionAggregationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#function_name ⇒ ::String
Returns the value of attribute function_name.
-
#lambda_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute lambda_tags.
-
#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.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
1866 1867 1868 |
# File 'sig/types.rbs', line 1866 def account_id @account_id end |
#function_name ⇒ ::String
Returns the value of attribute function_name.
1863 1864 1865 |
# File 'sig/types.rbs', line 1863 def function_name @function_name end |
#lambda_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute lambda_tags.
1865 1866 1867 |
# File 'sig/types.rbs', line 1865 def @lambda_tags end |
#last_modified_at ⇒ ::Time
Returns the value of attribute last_modified_at.
1868 1869 1870 |
# File 'sig/types.rbs', line 1868 def last_modified_at @last_modified_at end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
1862 1863 1864 |
# File 'sig/types.rbs', line 1862 def resource_id @resource_id end |
#runtime ⇒ ::String
Returns the value of attribute runtime.
1864 1865 1866 |
# File 'sig/types.rbs', line 1864 def runtime @runtime end |
#severity_counts ⇒ Types::SeverityCounts
Returns the value of attribute severity_counts.
1867 1868 1869 |
# File 'sig/types.rbs', line 1867 def severity_counts @severity_counts end |