Class: Aws::SsmSap::Types::ConfigurationCheckDefinition

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

Overview

Represents a configuration check definition supported by AWS Systems Manager for SAP.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#applicable_application_typesArray<String>

The list of SSMSAP application types that this configuration check can be evaluated against.

Returns:

  • (Array<String>)


404
405
406
407
408
409
410
411
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 404

class ConfigurationCheckDefinition < Struct.new(
  :id,
  :name,
  :description,
  :applicable_application_types)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of what the configuration check validates.

Returns:

  • (String)


404
405
406
407
408
409
410
411
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 404

class ConfigurationCheckDefinition < Struct.new(
  :id,
  :name,
  :description,
  :applicable_application_types)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier of the configuration check.

Returns:

  • (String)


404
405
406
407
408
409
410
411
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 404

class ConfigurationCheckDefinition < Struct.new(
  :id,
  :name,
  :description,
  :applicable_application_types)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the configuration check.

Returns:

  • (String)


404
405
406
407
408
409
410
411
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 404

class ConfigurationCheckDefinition < Struct.new(
  :id,
  :name,
  :description,
  :applicable_application_types)
  SENSITIVE = []
  include Aws::Structure
end