Class: Aws::Types::GetAnalysisReportResultsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetAnalysisReportResultsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analysis_report_results ⇒ ::Array[Types::AnalysisTypeReportResult]
Returns the value of attribute analysis_report_results.
-
#analysis_type ⇒ "TLS_SNI", "HTTP_HOST"
Returns the value of attribute analysis_type.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#report_time ⇒ ::Time
Returns the value of attribute report_time.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#analysis_report_results ⇒ ::Array[Types::AnalysisTypeReportResult]
Returns the value of attribute analysis_report_results.
951 952 953 |
# File 'sig/types.rbs', line 951 def analysis_report_results @analysis_report_results end |
#analysis_type ⇒ "TLS_SNI", "HTTP_HOST"
Returns the value of attribute analysis_type.
949 950 951 |
# File 'sig/types.rbs', line 949 def analysis_type @analysis_type end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
947 948 949 |
# File 'sig/types.rbs', line 947 def end_time @end_time end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
950 951 952 |
# File 'sig/types.rbs', line 950 def next_token @next_token end |
#report_time ⇒ ::Time
Returns the value of attribute report_time.
948 949 950 |
# File 'sig/types.rbs', line 948 def report_time @report_time end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
946 947 948 |
# File 'sig/types.rbs', line 946 def start_time @start_time end |
#status ⇒ ::String
Returns the value of attribute status.
945 946 947 |
# File 'sig/types.rbs', line 945 def status @status end |