Class: Aws::Types::ConfigRule

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#config_rule_arn::String

Returns the value of attribute config_rule_arn.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



249
250
251
# File 'sig/types.rbs', line 249

def created_by
  @created_by
end

#description::String

Returns the value of attribute description.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



251
252
253
# File 'sig/types.rbs', line 251

def rule_evaluation_visibility
  @rule_evaluation_visibility
end

#scopeTypes::Scope

Returns the value of attribute scope.

Returns:



244
245
246
# File 'sig/types.rbs', line 244

def scope
  @scope
end

#sourceTypes::Source

Returns the value of attribute source.

Returns:



245
246
247
# File 'sig/types.rbs', line 245

def source
  @source
end