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.
1531 1532 1533 |
# File 'sig/types.rbs', line 1531 def analysis_type @analysis_type end |
#firewall_arn ⇒ ::String
Returns the value of attribute firewall_arn.
1530 1531 1532 |
# File 'sig/types.rbs', line 1530 def firewall_arn @firewall_arn end |
#firewall_name ⇒ ::String
Returns the value of attribute firewall_name.
1529 1530 1531 |
# File 'sig/types.rbs', line 1529 def firewall_name @firewall_name end |