Class: Aws::NetworkSecurityManager::Types::InvalidFirewallReasons
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkSecurityManager::Types::InvalidFirewallReasons
- Defined in:
- gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb
Overview
Details about the ways in which a firewall's configuration differs from the intended configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#incorrect_appendable_configuration_order ⇒ Array<Types::ConfigurationIssue>
Appendable configuration values that are present but in the wrong order.
-
#incorrect_single_value_configurations ⇒ Array<Types::ConfigurationIssue>
Single-value configuration settings whose values do not match the expected values.
-
#missing_appendable_configuration_values ⇒ Array<Types::ConfigurationIssue>
Appendable configuration values that are expected but missing.
-
#missing_mergeable_configuration_values ⇒ Array<Types::ConfigurationIssue>
Mergeable configuration values that are expected but missing.
-
#unexpected_appendable_configuration_values ⇒ Array<Types::ConfigurationIssue>
Appendable configuration values that are present but not expected.
-
#unexpected_mergeable_configuration_values ⇒ Array<Types::ConfigurationIssue>
Mergeable configuration values that are present but not expected.
Instance Attribute Details
#incorrect_appendable_configuration_order ⇒ Array<Types::ConfigurationIssue>
Appendable configuration values that are present but in the wrong order.
2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 |
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 2495 class InvalidFirewallReasons < Struct.new( :incorrect_single_value_configurations, :missing_appendable_configuration_values, :unexpected_appendable_configuration_values, :incorrect_appendable_configuration_order, :missing_mergeable_configuration_values, :unexpected_mergeable_configuration_values) SENSITIVE = [] include Aws::Structure end |
#incorrect_single_value_configurations ⇒ Array<Types::ConfigurationIssue>
Single-value configuration settings whose values do not match the expected values.
2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 |
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 2495 class InvalidFirewallReasons < Struct.new( :incorrect_single_value_configurations, :missing_appendable_configuration_values, :unexpected_appendable_configuration_values, :incorrect_appendable_configuration_order, :missing_mergeable_configuration_values, :unexpected_mergeable_configuration_values) SENSITIVE = [] include Aws::Structure end |
#missing_appendable_configuration_values ⇒ Array<Types::ConfigurationIssue>
Appendable configuration values that are expected but missing.
2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 |
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 2495 class InvalidFirewallReasons < Struct.new( :incorrect_single_value_configurations, :missing_appendable_configuration_values, :unexpected_appendable_configuration_values, :incorrect_appendable_configuration_order, :missing_mergeable_configuration_values, :unexpected_mergeable_configuration_values) SENSITIVE = [] include Aws::Structure end |
#missing_mergeable_configuration_values ⇒ Array<Types::ConfigurationIssue>
Mergeable configuration values that are expected but missing.
2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 |
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 2495 class InvalidFirewallReasons < Struct.new( :incorrect_single_value_configurations, :missing_appendable_configuration_values, :unexpected_appendable_configuration_values, :incorrect_appendable_configuration_order, :missing_mergeable_configuration_values, :unexpected_mergeable_configuration_values) SENSITIVE = [] include Aws::Structure end |
#unexpected_appendable_configuration_values ⇒ Array<Types::ConfigurationIssue>
Appendable configuration values that are present but not expected.
2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 |
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 2495 class InvalidFirewallReasons < Struct.new( :incorrect_single_value_configurations, :missing_appendable_configuration_values, :unexpected_appendable_configuration_values, :incorrect_appendable_configuration_order, :missing_mergeable_configuration_values, :unexpected_mergeable_configuration_values) SENSITIVE = [] include Aws::Structure end |
#unexpected_mergeable_configuration_values ⇒ Array<Types::ConfigurationIssue>
Mergeable configuration values that are present but not expected.
2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 |
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 2495 class InvalidFirewallReasons < Struct.new( :incorrect_single_value_configurations, :missing_appendable_configuration_values, :unexpected_appendable_configuration_values, :incorrect_appendable_configuration_order, :missing_mergeable_configuration_values, :unexpected_mergeable_configuration_values) SENSITIVE = [] include Aws::Structure end |