Class: Aws::Types::FindingsReportSummary
- Inherits:
-
Object
- Object
- Aws::Types::FindingsReportSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#profile_end_time ⇒ ::Time
Returns the value of attribute profile_end_time.
-
#profile_start_time ⇒ ::Time
Returns the value of attribute profile_start_time.
-
#profiling_group_name ⇒ ::String
Returns the value of attribute profiling_group_name.
-
#total_number_of_findings ⇒ ::Integer
Returns the value of attribute total_number_of_findings.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
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.
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.
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.
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.
136 137 138 |
# File 'sig/types.rbs', line 136 def total_number_of_findings @total_number_of_findings end |