Class: Aws::Types::CreateCaseRuleRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


281
282
283
# File 'sig/types.rbs', line 281

def description
  @description
end

#domain_id ⇒ ::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


279
280
281
# File 'sig/types.rbs', line 279

def domain_id
  @domain_id
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


280
281
282
# File 'sig/types.rbs', line 280

def name
  @name
end

#rule ⇒ Types::CaseRuleDetails

Returns the value of attribute rule.



282
283
284
# File 'sig/types.rbs', line 282

def rule
  @rule
end