Class: Aws::Types::GetAnalysisReportResultsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetAnalysisReportResultsRequest
- 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.
-
#firewall_arn ⇒ ::String
Returns the value of attribute firewall_arn.
-
#firewall_name ⇒ ::String
Returns the value of attribute firewall_name.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#analysis_report_id ⇒ ::String
Returns the value of attribute analysis_report_id.
937 938 939 |
# File 'sig/types.rbs', line 937 def analysis_report_id @analysis_report_id end |
#firewall_arn ⇒ ::String
Returns the value of attribute firewall_arn.
938 939 940 |
# File 'sig/types.rbs', line 938 def firewall_arn @firewall_arn end |
#firewall_name ⇒ ::String
Returns the value of attribute firewall_name.
936 937 938 |
# File 'sig/types.rbs', line 936 def firewall_name @firewall_name end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
940 941 942 |
# File 'sig/types.rbs', line 940 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
939 940 941 |
# File 'sig/types.rbs', line 939 def next_token @next_token end |