Class: Aws::Types::RuleDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:expression])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1202
1203
1204
# File 'sig/types.rbs', line 1202

def arn
  @arn
end

#created_time::String

Returns the value of attribute created_time.

Returns:

  • (::String)


1201
1202
1203
# File 'sig/types.rbs', line 1201

def created_time
  @created_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1194
1195
1196
# File 'sig/types.rbs', line 1194

def description
  @description
end

#detector_id::String

Returns the value of attribute detector_id.

Returns:

  • (::String)


1195
1196
1197
# File 'sig/types.rbs', line 1195

def detector_id
  @detector_id
end

#expression::String

Returns the value of attribute expression.

Returns:

  • (::String)


1197
1198
1199
# File 'sig/types.rbs', line 1197

def expression
  @expression
end

#language"DETECTORPL"

Returns the value of attribute language.

Returns:

  • ("DETECTORPL")


1198
1199
1200
# File 'sig/types.rbs', line 1198

def language
  @language
end

#last_updated_time::String

Returns the value of attribute last_updated_time.

Returns:

  • (::String)


1200
1201
1202
# File 'sig/types.rbs', line 1200

def last_updated_time
  @last_updated_time
end

#outcomes::Array[::String]

Returns the value of attribute outcomes.

Returns:

  • (::Array[::String])


1199
1200
1201
# File 'sig/types.rbs', line 1199

def outcomes
  @outcomes
end

#rule_id::String

Returns the value of attribute rule_id.

Returns:

  • (::String)


1193
1194
1195
# File 'sig/types.rbs', line 1193

def rule_id
  @rule_id
end

#rule_version::String

Returns the value of attribute rule_version.

Returns:

  • (::String)


1196
1197
1198
# File 'sig/types.rbs', line 1196

def rule_version
  @rule_version
end