Class: Aws::SsmSap::Types::RuleResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb

Overview

Represents the result of a single rule within a configuration check.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of what the rule validates.

Returns:

  • (String)


1735
1736
1737
1738
1739
1740
1741
1742
1743
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 1735

class RuleResult < Struct.new(
  :id,
  :description,
  :status,
  :message,
  :metadata)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier of the rule result.

Returns:

  • (String)


1735
1736
1737
1738
1739
1740
1741
1742
1743
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 1735

class RuleResult < Struct.new(
  :id,
  :description,
  :status,
  :message,
  :metadata)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

A message providing details about the rule result.

Returns:

  • (String)


1735
1736
1737
1738
1739
1740
1741
1742
1743
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 1735

class RuleResult < Struct.new(
  :id,
  :description,
  :status,
  :message,
  :metadata)
  SENSITIVE = []
  include Aws::Structure
end

#metadataHash<String,String>

Additional metadata associated with the rule result.

Returns:

  • (Hash<String,String>)


1735
1736
1737
1738
1739
1740
1741
1742
1743
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 1735

class RuleResult < Struct.new(
  :id,
  :description,
  :status,
  :message,
  :metadata)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the rule result.

Returns:

  • (String)


1735
1736
1737
1738
1739
1740
1741
1742
1743
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 1735

class RuleResult < Struct.new(
  :id,
  :description,
  :status,
  :message,
  :metadata)
  SENSITIVE = []
  include Aws::Structure
end