Class: Aws::Types::FindingsReportSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:



132
133
134
# File 'sig/types.rbs', line 132

def id
  @id
end

#profile_end_time::Time

Returns the value of attribute profile_end_time.

Returns:



133
134
135
# File 'sig/types.rbs', line 133

def profile_end_time
  @profile_end_time
end

#profile_start_time::Time

Returns the value of attribute profile_start_time.

Returns:



134
135
136
# File 'sig/types.rbs', line 134

def profile_start_time
  @profile_start_time
end

#profiling_group_name::String

Returns the value of attribute profiling_group_name.

Returns:



135
136
137
# File 'sig/types.rbs', line 135

def profiling_group_name
  @profiling_group_name
end

#total_number_of_findings::Integer

Returns the value of attribute total_number_of_findings.

Returns:



136
137
138
# File 'sig/types.rbs', line 136

def total_number_of_findings
  @total_number_of_findings
end