Class: Aws::Types::ConfigRule
- Inherits:
-
Object
- Object
- Aws::Types::ConfigRule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#config_rule_arn ⇒ ::String
Returns the value of attribute config_rule_arn.
-
#config_rule_id ⇒ ::String
Returns the value of attribute config_rule_id.
-
#config_rule_name ⇒ ::String
Returns the value of attribute config_rule_name.
-
#config_rule_state ⇒ "ACTIVE", ...
Returns the value of attribute config_rule_state.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#evaluation_modes ⇒ ::Array[Types::EvaluationModeConfiguration]
Returns the value of attribute evaluation_modes.
-
#input_parameters ⇒ ::String
Returns the value of attribute input_parameters.
-
#maximum_execution_frequency ⇒ "One_Hour", ...
Returns the value of attribute maximum_execution_frequency.
-
#rule_evaluation_visibility ⇒ "EXTERNAL", "INTERNAL"
Returns the value of attribute rule_evaluation_visibility.
-
#scope ⇒ Types::Scope
Returns the value of attribute scope.
-
#source ⇒ Types::Source
Returns the value of attribute source.
Instance Attribute Details
#config_rule_arn ⇒ ::String
Returns the value of attribute config_rule_arn.
241 242 243 |
# File 'sig/types.rbs', line 241 def config_rule_arn @config_rule_arn end |
#config_rule_id ⇒ ::String
Returns the value of attribute config_rule_id.
242 243 244 |
# File 'sig/types.rbs', line 242 def config_rule_id @config_rule_id end |
#config_rule_name ⇒ ::String
Returns the value of attribute config_rule_name.
240 241 242 |
# File 'sig/types.rbs', line 240 def config_rule_name @config_rule_name end |
#config_rule_state ⇒ "ACTIVE", ...
Returns the value of attribute config_rule_state.
248 249 250 |
# File 'sig/types.rbs', line 248 def config_rule_state @config_rule_state end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
249 250 251 |
# File 'sig/types.rbs', line 249 def created_by @created_by end |
#description ⇒ ::String
Returns the value of attribute description.
243 244 245 |
# File 'sig/types.rbs', line 243 def description @description end |
#evaluation_modes ⇒ ::Array[Types::EvaluationModeConfiguration]
Returns the value of attribute evaluation_modes.
250 251 252 |
# File 'sig/types.rbs', line 250 def evaluation_modes @evaluation_modes end |
#input_parameters ⇒ ::String
Returns the value of attribute input_parameters.
246 247 248 |
# File 'sig/types.rbs', line 246 def input_parameters @input_parameters end |
#maximum_execution_frequency ⇒ "One_Hour", ...
Returns the value of attribute maximum_execution_frequency.
247 248 249 |
# File 'sig/types.rbs', line 247 def maximum_execution_frequency @maximum_execution_frequency end |
#rule_evaluation_visibility ⇒ "EXTERNAL", "INTERNAL"
Returns the value of attribute rule_evaluation_visibility.
251 252 253 |
# File 'sig/types.rbs', line 251 def rule_evaluation_visibility @rule_evaluation_visibility end |
#scope ⇒ Types::Scope
Returns the value of attribute scope.
244 245 246 |
# File 'sig/types.rbs', line 244 def scope @scope end |
#source ⇒ Types::Source
Returns the value of attribute source.
245 246 247 |
# File 'sig/types.rbs', line 245 def source @source end |