Class: Aws::Types::LambdaLayerAggregationResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


1893
1894
1895
# File 'sig/types.rbs', line 1893

def 
  @account_id
end

#function_name::String

Returns the value of attribute function_name.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1891
1892
1893
# File 'sig/types.rbs', line 1891

def resource_id
  @resource_id
end

#severity_countsTypes::SeverityCounts

Returns the value of attribute severity_counts.



1894
1895
1896
# File 'sig/types.rbs', line 1894

def severity_counts
  @severity_counts
end