Class: Aws::SsmSap::Types::SubCheckResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SsmSap::Types::SubCheckResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmsap/types.rb
Overview
Represents the result of a sub-check within a configuration check operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A description of what the sub-check validates.
-
#id ⇒ String
The unique identifier of the sub-check result.
-
#name ⇒ String
The name of the sub-check.
-
#references ⇒ Array<String>
A list of references or documentation links related to the sub-check.
Instance Attribute Details
#description ⇒ String
A description of what the sub-check validates.
1917 1918 1919 1920 1921 1922 1923 1924 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 1917 class SubCheckResult < Struct.new( :id, :name, :description, :references) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the sub-check result.
1917 1918 1919 1920 1921 1922 1923 1924 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 1917 class SubCheckResult < Struct.new( :id, :name, :description, :references) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the sub-check.
1917 1918 1919 1920 1921 1922 1923 1924 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 1917 class SubCheckResult < Struct.new( :id, :name, :description, :references) SENSITIVE = [] include Aws::Structure end |
#references ⇒ Array<String>
A list of references or documentation links related to the sub-check.
1917 1918 1919 1920 1921 1922 1923 1924 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 1917 class SubCheckResult < Struct.new( :id, :name, :description, :references) SENSITIVE = [] include Aws::Structure end |