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.
946 947 948 |
# File 'sig/types.rbs', line 946 def analysis_report_id @analysis_report_id end |
#firewall_arn ⇒ ::String
Returns the value of attribute firewall_arn.
947 948 949 |
# File 'sig/types.rbs', line 947 def firewall_arn @firewall_arn end |
#firewall_name ⇒ ::String
Returns the value of attribute firewall_name.
945 946 947 |
# File 'sig/types.rbs', line 945 def firewall_name @firewall_name end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
949 950 951 |
# File 'sig/types.rbs', line 949 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
948 949 950 |
# File 'sig/types.rbs', line 948 def next_token @next_token end |