Class: Aws::Types::ResourceFindingsSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#finding_type::String

Returns the value of attribute finding_type.

Returns:

  • (::String)


7168
7169
7170
# File 'sig/types.rbs', line 7168

def finding_type
  @finding_type
end

#product_name::String

Returns the value of attribute product_name.

Returns:

  • (::String)


7169
7170
7171
# File 'sig/types.rbs', line 7169

def product_name
  @product_name
end

#severitiesTypes::ResourceSeverityBreakdown

Returns the value of attribute severities.



7171
7172
7173
# File 'sig/types.rbs', line 7171

def severities
  @severities
end

#total_findings::Integer

Returns the value of attribute total_findings.

Returns:

  • (::Integer)


7170
7171
7172
# File 'sig/types.rbs', line 7170

def total_findings
  @total_findings
end