Class: Aws::Types::UpdateRuleRequest

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:



1550
1551
1552
# File 'sig/types.rbs', line 1550

def action
  @action
end

#listener_identifier::String

Returns the value of attribute listener_identifier.

Returns:

  • (::String)


1546
1547
1548
# File 'sig/types.rbs', line 1546

def listener_identifier
  @listener_identifier
end

#matchTypes::RuleMatch

Returns the value of attribute match.

Returns:



1548
1549
1550
# File 'sig/types.rbs', line 1548

def match
  @match
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


1549
1550
1551
# File 'sig/types.rbs', line 1549

def priority
  @priority
end

#rule_identifier::String

Returns the value of attribute rule_identifier.

Returns:

  • (::String)


1547
1548
1549
# File 'sig/types.rbs', line 1547

def rule_identifier
  @rule_identifier
end

#service_identifier::String

Returns the value of attribute service_identifier.

Returns:

  • (::String)


1545
1546
1547
# File 'sig/types.rbs', line 1545

def service_identifier
  @service_identifier
end