Class: Aws::SsmSap::Types::SubCheckResult

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

Instance Attribute Details

#descriptionString

A description of what the sub-check validates.

Returns:

  • (String)


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

#idString

The unique identifier of the sub-check result.

Returns:

  • (String)


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

#nameString

The name of the sub-check.

Returns:

  • (String)


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

#referencesArray<String>

A list of references or documentation links related to the sub-check.

Returns:

  • (Array<String>)


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