Class: Aws::Types::Rule

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#detector_id::String

Returns the value of attribute detector_id.

Returns:

  • (::String)


1186
1187
1188
# File 'sig/types.rbs', line 1186

def detector_id
  @detector_id
end

#rule_id::String

Returns the value of attribute rule_id.

Returns:

  • (::String)


1187
1188
1189
# File 'sig/types.rbs', line 1187

def rule_id
  @rule_id
end

#rule_version::String

Returns the value of attribute rule_version.

Returns:

  • (::String)


1188
1189
1190
# File 'sig/types.rbs', line 1188

def rule_version
  @rule_version
end