Class: Aws::Types::LambdaLayerAggregationResponse
- Inherits:
-
Object
- Object
- Aws::Types::LambdaLayerAggregationResponse
- 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.
-
#layer_arn ⇒ ::String
Returns the value of attribute layer_arn.
-
#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.
1893 1894 1895 |
# File 'sig/types.rbs', line 1893 def account_id @account_id end |
#function_name ⇒ ::String
Returns the value of attribute function_name.
1890 1891 1892 |
# File 'sig/types.rbs', line 1890 def function_name @function_name end |
#layer_arn ⇒ ::String
Returns the value of attribute layer_arn.
1892 1893 1894 |
# File 'sig/types.rbs', line 1892 def layer_arn @layer_arn end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
1891 1892 1893 |
# File 'sig/types.rbs', line 1891 def resource_id @resource_id end |
#severity_counts ⇒ Types::SeverityCounts
Returns the value of attribute severity_counts.
1894 1895 1896 |
# File 'sig/types.rbs', line 1894 def severity_counts @severity_counts end |