Class: Aws::Types::UpdateRuleResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actionTypes::RuleAction

Returns the value of attribute action.

Returns:



1561
1562
1563
# File 'sig/types.rbs', line 1561

def action
  @action
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1555
1556
1557
# File 'sig/types.rbs', line 1555

def arn
  @arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1556
1557
1558
# File 'sig/types.rbs', line 1556

def id
  @id
end

#is_defaultBoolean

Returns the value of attribute is_default.

Returns:

  • (Boolean)


1558
1559
1560
# File 'sig/types.rbs', line 1558

def is_default
  @is_default
end

#matchTypes::RuleMatch

Returns the value of attribute match.

Returns:



1559
1560
1561
# File 'sig/types.rbs', line 1559

def match
  @match
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1557
1558
1559
# File 'sig/types.rbs', line 1557

def name
  @name
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


1560
1561
1562
# File 'sig/types.rbs', line 1560

def priority
  @priority
end