Class: Aws::Types::StartAnalysisReportRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartAnalysisReportRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analysis_type ⇒ "TLS_SNI", "HTTP_HOST"
Returns the value of attribute analysis_type.
-
#firewall_arn ⇒ ::String
Returns the value of attribute firewall_arn.
-
#firewall_name ⇒ ::String
Returns the value of attribute firewall_name.
Instance Attribute Details
#analysis_type ⇒ "TLS_SNI", "HTTP_HOST"
Returns the value of attribute analysis_type.
1558 1559 1560 |
# File 'sig/types.rbs', line 1558 def analysis_type @analysis_type end |
#firewall_arn ⇒ ::String
Returns the value of attribute firewall_arn.
1557 1558 1559 |
# File 'sig/types.rbs', line 1557 def firewall_arn @firewall_arn end |
#firewall_name ⇒ ::String
Returns the value of attribute firewall_name.
1556 1557 1558 |
# File 'sig/types.rbs', line 1556 def firewall_name @firewall_name end |