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.
960 961 962 |
# File 'sig/types.rbs', line 960 def analysis_report_results @analysis_report_results end |
#analysis_type ⇒ "TLS_SNI", "HTTP_HOST"
Returns the value of attribute analysis_type.
958 959 960 |
# File 'sig/types.rbs', line 958 def analysis_type @analysis_type end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
956 957 958 |
# File 'sig/types.rbs', line 956 def end_time @end_time end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
959 960 961 |
# File 'sig/types.rbs', line 959 def next_token @next_token end |
#report_time ⇒ ::Time
Returns the value of attribute report_time.
957 958 959 |
# File 'sig/types.rbs', line 957 def report_time @report_time end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
955 956 957 |
# File 'sig/types.rbs', line 955 def start_time @start_time end |
#status ⇒ ::String
Returns the value of attribute status.
954 955 956 |
# File 'sig/types.rbs', line 954 def status @status end |