Class: Aws::Types::BatchUpdateRuleResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#successful::Array[Types::RuleUpdateSuccess]

Returns the value of attribute successful.

Returns:



41
42
43
# File 'sig/types.rbs', line 41

def successful
  @successful
end

#unsuccessful::Array[Types::RuleUpdateFailure]

Returns the value of attribute unsuccessful.

Returns:



42
43
44
# File 'sig/types.rbs', line 42

def unsuccessful
  @unsuccessful
end