Class: Aws::NetworkSecurityManager::Types::ConfigurationIssue

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#actual_value ⇒ String

The configuration value that was found on the resource.

Returns:

  • (String)


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.

Returns:

  • (String)


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.

Returns:

  • (String)


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