Class: Aws::Types::RuleType

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#idTypes::RuleTypeId

Returns the value of attribute id.

Returns:



1252
1253
1254
# File 'sig/types.rbs', line 1252

def id
  @id
end

#input_artifact_detailsTypes::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.

Returns:



1254
1255
1256
# File 'sig/types.rbs', line 1254

def rule_configuration_properties
  @rule_configuration_properties
end

#settingsTypes::RuleTypeSettings

Returns the value of attribute settings.



1253
1254
1255
# File 'sig/types.rbs', line 1253

def settings
  @settings
end