Class: Aws::Types::ConfigurationCheckDefinition
- Inherits:
-
Object
- Object
- Aws::Types::ConfigurationCheckDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#applicable_application_types ⇒ ::Array[("HANA" | "SAP_ABAP")]
Returns the value of attribute applicable_application_types.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ "SAP_CHECK_01", ...
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#applicable_application_types ⇒ ::Array[("HANA" | "SAP_ABAP")]
Returns the value of attribute applicable_application_types.
99 100 101 |
# File 'sig/types.rbs', line 99 def applicable_application_types @applicable_application_types end |
#description ⇒ ::String
Returns the value of attribute description.
98 99 100 |
# File 'sig/types.rbs', line 98 def description @description end |
#id ⇒ "SAP_CHECK_01", ...
Returns the value of attribute id.
96 97 98 |
# File 'sig/types.rbs', line 96 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
97 98 99 |
# File 'sig/types.rbs', line 97 def name @name end |