Class: Aws::Types::LambdaFunctionAggregationResponse

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)


1866
1867
1868
# File 'sig/types.rbs', line 1866

def 
  @account_id
end

#function_name::String

Returns the value of attribute function_name.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::String])


1865
1866
1867
# File 'sig/types.rbs', line 1865

def lambda_tags
  @lambda_tags
end

#last_modified_at::Time

Returns the value of attribute last_modified_at.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


1862
1863
1864
# File 'sig/types.rbs', line 1862

def resource_id
  @resource_id
end

#runtime::String

Returns the value of attribute runtime.

Returns:

  • (::String)


1864
1865
1866
# File 'sig/types.rbs', line 1864

def runtime
  @runtime
end

#severity_countsTypes::SeverityCounts

Returns the value of attribute severity_counts.



1867
1868
1869
# File 'sig/types.rbs', line 1867

def severity_counts
  @severity_counts
end