Class: Aws::Types::AnalysisReportSummary
- Inherits:
-
Object
- Object
- Aws::Types::AnalysisReportSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analysis_report_id ⇒ ::String
Returns the value of attribute analysis_report_id.
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ "RUNNING", ...
Returns the value of attribute status.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#analysis_report_id ⇒ ::String
Returns the value of attribute analysis_report_id.
24 25 26 |
# File 'sig/types.rbs', line 24 def analysis_report_id @analysis_report_id end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
25 26 27 |
# File 'sig/types.rbs', line 25 def create_time @create_time end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
27 28 29 |
# File 'sig/types.rbs', line 27 def end_time @end_time end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
26 27 28 |
# File 'sig/types.rbs', line 26 def start_time @start_time end |
#status ⇒ "RUNNING", ...
Returns the value of attribute status.
28 29 30 |
# File 'sig/types.rbs', line 28 def status @status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
29 30 31 |
# File 'sig/types.rbs', line 29 def end |