Class: Aws::NetworkSecurityManager::Types::ConfigurationIssue
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkSecurityManager::Types::ConfigurationIssue
- Defined in:
- gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb
Overview
Describes a single configuration value that does not match the intended configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#actual_value ⇒ String
The configuration value that was found on the resource.
-
#configuration_name ⇒ String
The name of the configuration setting that is in conflict.
-
#expected_value ⇒ String
The configuration value that AWS Network Security Manager expected.
Instance Attribute Details
#actual_value ⇒ String
The configuration value that was found on the resource.
457 458 459 460 461 462 463 |
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 457 class ConfigurationIssue < Struct.new( :configuration_name, :expected_value, :actual_value) SENSITIVE = [] include Aws::Structure end |
#configuration_name ⇒ String
The name of the configuration setting that is in conflict.
457 458 459 460 461 462 463 |
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 457 class ConfigurationIssue < Struct.new( :configuration_name, :expected_value, :actual_value) SENSITIVE = [] include Aws::Structure end |
#expected_value ⇒ String
The configuration value that AWS Network Security Manager expected.
457 458 459 460 461 462 463 |
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 457 class ConfigurationIssue < Struct.new( :configuration_name, :expected_value, :actual_value) SENSITIVE = [] include Aws::Structure end |