Class: Aws::Types::UpdateFirewallAnalysisSettingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFirewallAnalysisSettingsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled_analysis_types ⇒ ::Array[("TLS_SNI" | "HTTP_HOST")]
Returns the value of attribute enabled_analysis_types.
-
#firewall_arn ⇒ ::String
Returns the value of attribute firewall_arn.
-
#firewall_name ⇒ ::String
Returns the value of attribute firewall_name.
-
#update_token ⇒ ::String
Returns the value of attribute update_token.
Instance Attribute Details
#enabled_analysis_types ⇒ ::Array[("TLS_SNI" | "HTTP_HOST")]
Returns the value of attribute enabled_analysis_types.
1812 1813 1814 |
# File 'sig/types.rbs', line 1812 def enabled_analysis_types @enabled_analysis_types end |
#firewall_arn ⇒ ::String
Returns the value of attribute firewall_arn.
1813 1814 1815 |
# File 'sig/types.rbs', line 1813 def firewall_arn @firewall_arn end |
#firewall_name ⇒ ::String
Returns the value of attribute firewall_name.
1814 1815 1816 |
# File 'sig/types.rbs', line 1814 def firewall_name @firewall_name end |
#update_token ⇒ ::String
Returns the value of attribute update_token.
1815 1816 1817 |
# File 'sig/types.rbs', line 1815 def update_token @update_token end |