Class: Aws::Types::AnalysisReport
- Inherits:
-
Object
- Object
- Aws::Types::AnalysisReport
- 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.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#insights ⇒ ::Array[Types::Insight]
Returns the value of attribute insights.
-
#service_type ⇒ "RDS", "DOCDB"
Returns the value of attribute service_type.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ "RUNNING", ...
Returns the value of attribute status.
Instance Attribute Details
#analysis_report_id ⇒ ::String
Returns the value of attribute analysis_report_id.
12 13 14 |
# File 'sig/types.rbs', line 12 def analysis_report_id @analysis_report_id end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
15 16 17 |
# File 'sig/types.rbs', line 15 def create_time @create_time end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
17 18 19 |
# File 'sig/types.rbs', line 17 def end_time @end_time end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
13 14 15 |
# File 'sig/types.rbs', line 13 def identifier @identifier end |
#insights ⇒ ::Array[Types::Insight]
Returns the value of attribute insights.
19 20 21 |
# File 'sig/types.rbs', line 19 def insights @insights end |
#service_type ⇒ "RDS", "DOCDB"
Returns the value of attribute service_type.
14 15 16 |
# File 'sig/types.rbs', line 14 def service_type @service_type end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
16 17 18 |
# File 'sig/types.rbs', line 16 def start_time @start_time end |
#status ⇒ "RUNNING", ...
Returns the value of attribute status.
18 19 20 |
# File 'sig/types.rbs', line 18 def status @status end |