Class: Aws::Types::RuleType
- Inherits:
-
Object
- Object
- Aws::Types::RuleType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ Types::RuleTypeId
Returns the value of attribute id.
-
#input_artifact_details ⇒ Types::ArtifactDetails
Returns the value of attribute input_artifact_details.
-
#rule_configuration_properties ⇒ ::Array[Types::RuleConfigurationProperty]
Returns the value of attribute rule_configuration_properties.
-
#settings ⇒ Types::RuleTypeSettings
Returns the value of attribute settings.
Instance Attribute Details
#id ⇒ Types::RuleTypeId
Returns the value of attribute id.
1252 1253 1254 |
# File 'sig/types.rbs', line 1252 def id @id end |
#input_artifact_details ⇒ Types::ArtifactDetails
Returns the value of attribute input_artifact_details.
1255 1256 1257 |
# File 'sig/types.rbs', line 1255 def input_artifact_details @input_artifact_details end |
#rule_configuration_properties ⇒ ::Array[Types::RuleConfigurationProperty]
Returns the value of attribute rule_configuration_properties.
1254 1255 1256 |
# File 'sig/types.rbs', line 1254 def rule_configuration_properties @rule_configuration_properties end |
#settings ⇒ Types::RuleTypeSettings
Returns the value of attribute settings.
1253 1254 1255 |
# File 'sig/types.rbs', line 1253 def settings @settings end |