Class: Aws::SsmSap::Types::ConfigurationCheckDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::SsmSap::Types::ConfigurationCheckDefinition
- 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
-
#applicable_application_types ⇒ Array<String>
The list of SSMSAP application types that this configuration check can be evaluated against.
-
#description ⇒ String
A description of what the configuration check validates.
-
#id ⇒ String
The unique identifier of the configuration check.
-
#name ⇒ String
The name of the configuration check.
Instance Attribute Details
#applicable_application_types ⇒ Array<String>
The list of SSMSAP application types that this configuration check can be evaluated against.
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 |
#description ⇒ String
A description of what the configuration check validates.
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 |
#id ⇒ String
The unique identifier of the configuration check.
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 |
#name ⇒ String
The name of the configuration check.
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 |