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.
-
#analysis_type ⇒ "TLS_SNI", "HTTP_HOST"
Returns the value of attribute analysis_type.
-
#report_time ⇒ ::Time
Returns the value of attribute report_time.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#analysis_report_id ⇒ ::String
Returns the value of attribute analysis_report_id.
38 39 40 |
# File 'sig/types.rbs', line 38 def analysis_report_id @analysis_report_id end |
#analysis_type ⇒ "TLS_SNI", "HTTP_HOST"
Returns the value of attribute analysis_type.
39 40 41 |
# File 'sig/types.rbs', line 39 def analysis_type @analysis_type end |
#report_time ⇒ ::Time
Returns the value of attribute report_time.
40 41 42 |
# File 'sig/types.rbs', line 40 def report_time @report_time end |
#status ⇒ ::String
Returns the value of attribute status.
41 42 43 |
# File 'sig/types.rbs', line 41 def status @status end |